Skip to content

Commit 20bcf1c

Browse files
committed
feat(deploy.yml): add accountId to wrangler action
This change adds the `accountId` parameter to the `cloudflare/wrangler-action` in the deployment workflow. This is necessary to specify the Cloudflare account to deploy to.
1 parent 131f2ed commit 20bcf1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ jobs:
1717
uses: cloudflare/wrangler-action@v3
1818
with:
1919
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
20+
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)