Skip to content

Commit

Permalink
Revert "feat: removing auth0 secret from build"
Browse files Browse the repository at this point in the history
This reverts commit 5dbeaeb.
  • Loading branch information
pedropapa committed Oct 4, 2023
1 parent d6c1171 commit 3a10409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
yarn install
PUBLIC_AUTH0_DOMAIN=${{ vars.AUTH0_DOMAIN }} \
PUBLIC_AUTH0_CLIENT_ID=${{ vars.AUTH0_CLIENT_ID }} \
AUTH0_SECRET=${{ secrets.AUTH0_SECRET }} \
PUBLIC_AUTH0_REDIRECT_URI=${{ vars.AUTH0_REDIRECT_URI }} \
PUBLIC_AUTH0_LOGOUT_URI=${{ vars.AUTH0_LOGOUT_URI }} \
yarn build
Expand Down

0 comments on commit 3a10409

Please sign in to comment.