Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 4ed5b2b

Browse files
authored
Switch prod deploy to use PROD_AUTH0 secrets (#221)
1 parent 6e20ad5 commit 4ed5b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd-deploy-to-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ env:
1717

1818
ADMIN_GITHUB_TOKEN: ${{ secrets.PROD_ADMIN_GITHUB_TOKEN }}
1919
FLASK_APP_SECRET: ${{ secrets.PROD_FLASK_APP_SECRET }}
20-
AUTH0_CLIENT_ID: ${{ secrets.AUTH0_CLIENT_ID }}
21-
AUTH0_CLIENT_SECRET: ${{ secrets.AUTH0_CLIENT_SECRET }}
20+
AUTH0_CLIENT_ID: ${{ secrets.PROD_AUTH0_CLIENT_ID }}
21+
AUTH0_CLIENT_SECRET: ${{ secrets.PROD_AUTH0_CLIENT_SECRET }}
2222
SENTRY_DSN_KEY: ${{secrets.SENTRY_DSN_KEY }}
2323

2424
jobs:

0 commit comments

Comments
 (0)