Skip to content

Commit 2c4960c

Browse files
committed
Add cloudflare account id to deployment
1 parent d0c17ef commit 2c4960c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: cloudflare/wrangler-action@v3
2828
with:
2929
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
30+
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
3031
preCommands: |
3132
cp wrangler.toml.example wrangler.toml
3233
envsubst < wrangler.toml.example > wrangler.toml

0 commit comments

Comments
 (0)