Skip to content

Commit

Permalink
Merge pull request #43 from dreampipcom/dev
Browse files Browse the repository at this point in the history
ar(fix) [DPTM-8] Dockerize and GCP: Github Oauth reserved word fix
  • Loading branch information
angeloreale committed Aug 24, 2024
2 parents ff08755 + 9959de3 commit 49b66f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_gcp_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
AUTH_SECRET=${{ secrets.AUTH_SECRET_PROD }}
AUTH_TRUST_HOST=${{ secrets.AUTH_TRUST_HOST_PROD }}
AUTH_URL=${{ secrets.AUTH_URL_PROD }}
GITHUB_ID=${{ secrets.AUTH_GITHUB_ID_PROD }}
GITHUB_SECRET=${{ secrets.AUTH_GITHUB_SECRET_PROD }}
EMAIL_FROM=${{ secrets.EMAIL_FROM_PROD }}
EMAIL_SERVER=${{ secrets.EMAIL_SERVER_PROD }}
FACEBOOK_CLIENT_ID=${{ secrets.FACEBOOK_CLIENT_ID_PROD }}
Expand Down

0 comments on commit 49b66f9

Please sign in to comment.