Skip to content

Commit 639c858

Browse files
committed
fix: pass secret to wrangler on deploy
1 parent caff06a commit 639c858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-mcp-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
env:
3838
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3939
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
40-
run: cd mcp-server && npx wrangler deploy # Assumes wrangler.jsonc is configured
40+
run: cd mcp-server && npx wrangler deploy --account-id ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} # Assumes wrangler.jsonc is configured

0 commit comments

Comments
 (0)