Skip to content

Commit f18e877

Browse files
ferr079claude
andcommitted
fix: use Global API Key for wrangler deploy (KV binding requires it)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent adf165e commit f18e877

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ jobs:
2525

2626
- run: npx wrangler deploy
2727
env:
28-
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
28+
CLOUDFLARE_API_KEY: ${{ secrets.CLOUDFLARE_API_KEY }}
29+
CLOUDFLARE_EMAIL: ${{ secrets.CLOUDFLARE_EMAIL }}

0 commit comments

Comments
 (0)