Skip to content

Commit aa53045

Browse files
committed
Correctly pass in account id
1 parent d33cb33 commit aa53045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: cloudflare/wrangler-action@v3
1919
with:
2020
apiToken: ${{ secrets.CF_API_TOKEN }}
21+
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
2122
secrets: ${{ secrets.GITHUB_API_TOKEN != '' && 'GITHUB_API_TOKEN' || '' }}
2223
env:
23-
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
2424
GITHUB_API_TOKEN: ${{ secrets.GITHUB_API_TOKEN }}

0 commit comments

Comments
 (0)