Add Auth0 environment variables to build step
Some checks failed
Build and Deploy / build (push) Failing after 6m31s
Some checks failed
Build and Deploy / build (push) Failing after 6m31s
VITE_AUTH0_CLIENTID and VITE_AUTH0_DOMAIN are needed at build time as they get embedded into the frontend bundle by Vite. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
8bfe7bb174
commit
d79f4efa98
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -24,6 +24,8 @@ jobs:
|
||||
timeout-minutes: 10
|
||||
env:
|
||||
NODE_OPTIONS: '--max-old-space-size=4096'
|
||||
VITE_AUTH0_CLIENTID: ${{ secrets.VITE_AUTH0_CLIENTID }}
|
||||
VITE_AUTH0_DOMAIN: ${{ secrets.VITE_AUTH0_DOMAIN }}
|
||||
|
||||
- name: Stop Service
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user