Skip to content

Commit

Permalink
Deploy: add KV_NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhouweling committed Nov 12, 2024
1 parent 5edc1ee commit e2a0ea8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ jobs:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
environment: ${{ github.event.workflow_run.head_branch == 'main' && 'production' || 'staging' }}
vars: |
KV_NAMESPACE
DISCORD_APP_ID
DISCORD_PUBLIC_KEY
XBOX_USERNAME
secrets: |
DISCORD_TOKEN
XBOX_PASSWORD
env:
KV_NAMESPACE: ${{ vars.KV_NAMESPACE }}
DISCORD_APP_ID: ${{ vars.DISCORD_APP_ID }}
DISCORD_PUBLIC_KEY: ${{ vars.DISCORD_PUBLIC_KEY }}
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
Expand Down

0 comments on commit e2a0ea8

Please sign in to comment.