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 d33cb33 commit aa53045Copy full SHA for aa53045
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: cloudflare/wrangler-action@v3
19
with:
20
apiToken: ${{ secrets.CF_API_TOKEN }}
21
+ accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
22
secrets: ${{ secrets.GITHUB_API_TOKEN != '' && 'GITHUB_API_TOKEN' || '' }}
23
env:
- CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
24
GITHUB_API_TOKEN: ${{ secrets.GITHUB_API_TOKEN }}
0 commit comments