fix(workflow): set env vars
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 32s
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 32s
This commit is contained in:
parent
b4ad43147b
commit
79445dd9a3
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ jobs:
|
|||
- uses: oven-sh/setup-bun@v2
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
DISCORD_CLIENT_ID: ${{ secrets.DISCORD_CLIENT_ID }}
|
||||
DISCORD_CLIENT_SECRET: ${{ secrets.DISCORD_CLIENT_SECRET }}
|
||||
run: |
|
||||
bun install --frozen-lockfile
|
||||
bun run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue