Skip to content

Commit 9801fcd

Browse files
committed
workflow x4
1 parent 12f1bd2 commit 9801fcd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- uses: oven-sh/setup-bun@v2
1212
- name: Set Cloudflare API Token
1313
run: echo "CLOUDFLARE_API_TOKEN=${{ secrets.CF_API_TOKEN }}" >> $GITHUB_ENV
14+
- name: Set Cloudflare Account ID
15+
run: echo "CLOUDFLARE_ACCOUNT_ID=${{ secrets.CF_ACCOUNT_ID }}" >> $GITHUB_ENV
1416
- name: Install dependencies
1517
run: bun i
1618
- name: Deploy

0 commit comments

Comments
 (0)