Skip to content

Commit

Permalink
Update the dev auth0 tenant domain
Browse files Browse the repository at this point in the history
  • Loading branch information
dividehex committed Oct 4, 2023
1 parent 0f5c3b7 commit 7879262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
NODE_ENV: 'development'
nodeVersion: '14.x'
pythonVersion: '3.x'
AUTH0_DOMAIN: 'auth-dev.mozilla.auth0.com'
AUTH0_DOMAIN: 'dev.mozilla-dev.auth0.com'
AUTH0_CLIENT_ID: ${{ secrets.DEVELOPMENT_AUTH0_CLIENT_ID }}
AUTH0_CLIENT_SECRET: ${{ secrets.DEVELOPMENT_AUTH0_CLIENT_SECRET }}
AWS_CDN_BUCKET_NAME: ${{ secrets.DEVELOPMENT_AWS_CDN_BUCKET_NAME }}
Expand Down

0 comments on commit 7879262

Please sign in to comment.