We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f1bd2 commit 9801fcdCopy full SHA for 9801fcd
.github/workflows/deploy.yml
@@ -11,6 +11,8 @@ jobs:
11
- uses: oven-sh/setup-bun@v2
12
- name: Set Cloudflare API Token
13
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
16
- name: Install dependencies
17
run: bun i
18
- name: Deploy
0 commit comments