Skip to content

Commit dff629a

Browse files
committed
fix: add missing CLOUDFLARE_ACCOUNT_ID env to deploy step
1 parent 933074a commit dff629a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/web-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ jobs:
3939
env:
4040
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4141
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
42+
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)