fix(workflow): set env vars
Some checks failed
deploy to cloudflare pages / deploy (push) Failing after 13s
Some checks failed
deploy to cloudflare pages / deploy (push) Failing after 13s
This commit is contained in:
parent
b4ad43147b
commit
8079b60462
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ jobs:
|
|||
|
||||
- name: Deploy
|
||||
uses: cloudflare/wrangler-action@v3
|
||||
env:
|
||||
DISCORD_CLIENT_ID: ${{ secrets.DISCORD_CLIENT_ID }}
|
||||
DISCORD_CLIENT_SECRET: ${{ secrets.DISCORD_CLIENT_SECRET }}
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue