Skip to content

Commit 1e62a98

Browse files
committed
Fix env for wrangler deployment
1 parent 075dd7f commit 1e62a98

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
runs-on: ubuntu-latest
3535
needs: ["build"]
3636
if: github.ref == 'refs/heads/main' && github.repository == 'RedpointGames/docs'
37+
env:
38+
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
39+
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3740
steps:
3841
- name: Checkout
3942
uses: actions/checkout@v4

0 commit comments

Comments
 (0)