Skip to content

Commit 2f5e3b6

Browse files
authored
Update deploy-preview.yml
1 parent 42ad93c commit 2f5e3b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Deploy to Cloudflare
3636
id: deploy
3737
uses: cloudflare/wrangler-action@v3
38+
env:
39+
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
40+
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
3841
with:
3942
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4043
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)