actions: Specify account ID
This commit is contained in:
parent
0a14bc2772
commit
b5345579c1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cloudflare-workers.yml
vendored
1
.github/workflows/cloudflare-workers.yml
vendored
|
|
@ -21,4 +21,5 @@ jobs:
|
||||||
- name: Deploy Worker to Cloudflare
|
- name: Deploy Worker to Cloudflare
|
||||||
env:
|
env:
|
||||||
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
|
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
|
||||||
|
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||||
run: yarn deploy
|
run: yarn deploy
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue