diff --git a/.github/workflows/build-backend.yml b/.github/workflows/build-backend.yml index f414a12..8737432 100644 --- a/.github/workflows/build-backend.yml +++ b/.github/workflows/build-backend.yml @@ -53,4 +53,4 @@ jobs: git diff git add infrastructure/k8s/folio-feed-helm/values.yaml git commit -m "backend image update: $GITHUB_SHA" - git push origin main + git push https://${{ secrets.PAT_TOKEN }}@github.com/Gowtham1729/folio-feed.git main diff --git a/.github/workflows/build-frontend.yml b/.github/workflows/build-frontend.yml index b44e544..f86f30f 100644 --- a/.github/workflows/build-frontend.yml +++ b/.github/workflows/build-frontend.yml @@ -53,4 +53,4 @@ jobs: git diff git add infrastructure/k8s/folio-feed-helm/values.yaml git commit -m "frontend image update: $GITHUB_SHA" - git push origin main + git push https://${{ secrets.PAT_TOKEN }}@github.com/Gowtham1729/folio-feed.git main diff --git a/applications/backend/django_server/django_server/views.py b/applications/backend/django_server/django_server/views.py index 9b00b58..2f786d9 100644 --- a/applications/backend/django_server/django_server/views.py +++ b/applications/backend/django_server/django_server/views.py @@ -3,4 +3,3 @@ def healthz(request): return JsonResponse({"status": "ok"}) - diff --git a/applications/backend/django_server/manage.py b/applications/backend/django_server/manage.py index 815d2a0..3d04b15 100755 --- a/applications/backend/django_server/manage.py +++ b/applications/backend/django_server/manage.py @@ -15,7 +15,7 @@ def main(): "available on your PYTHONPATH environment variable? Did you " "forget to activate a virtual environment?" ) from exc - + execute_from_command_line(sys.argv)