Skip to content

Commit

Permalink
feat: add staging Auth0 variables to GitHub Actions
Browse files Browse the repository at this point in the history
Adds the staging Auth0 domain and Client ID as an environment variables
to the build step in the test.yml workflow.
  • Loading branch information
amalv committed Jan 9, 2024
1 parent 5215ce6 commit d7f6caf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: npm run build
env:
VITE_API_URL_PRODUCTION: ${{ secrets.VITE_API_URL_PRODUCTION }}
VITE_AUTH0_DOMAIN: ${{ secrets.VITE_AUTH0_DOMAIN_STAGING }}
VITE_AUTH0_CLIENT_ID: ${{ secrets.VITE_AUTH0_CLIENT_ID_STAGING }}
- name: Deploy to Netlify
id: deploy
uses: nwtgck/actions-netlify@v2.0
Expand Down

1 comment on commit d7f6caf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.