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 42ad93c commit 2f5e3b6Copy full SHA for 2f5e3b6
.github/workflows/deploy-preview.yml
@@ -35,6 +35,9 @@ jobs:
35
- name: Deploy to Cloudflare
36
id: deploy
37
uses: cloudflare/wrangler-action@v3
38
+ env:
39
+ CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
40
+ CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
41
with:
42
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
43
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
0 commit comments