We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08344e8 commit 7dc66ceCopy full SHA for 7dc66ce
.github/workflows/ci.yaml
@@ -44,8 +44,9 @@ jobs:
44
env:
45
SPECIFICATION_URL: ${{ env.SPECIFICATION_URL }}
46
GH_TOKEN: ${{ secrets.GH_TOKEN }}
47
- CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
48
- CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
49
50
- if: github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'no_release')
51
- run: wrangler deploy
+ run: pnpm wrangler deploy
+ env:
+ CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
52
+ CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
0 commit comments