Skip to content

Commit 7dc66ce

Browse files
committed
fix(ci):
1 parent 08344e8 commit 7dc66ce

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
env:
4545
SPECIFICATION_URL: ${{ env.SPECIFICATION_URL }}
4646
GH_TOKEN: ${{ secrets.GH_TOKEN }}
47-
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
48-
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4947

5048
- if: github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'no_release')
51-
run: wrangler deploy
49+
run: pnpm wrangler deploy
50+
env:
51+
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
52+
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 commit comments

Comments
 (0)