Skip to content

Commit c2e258e

Browse files
committed
Include API token as env variable
1 parent 30fb052 commit c2e258e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/prod-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,6 @@ jobs:
4545
run: pnpm run build
4646

4747
- name: Deploy
48-
run: pnpm exec wrangler pages deploy
48+
run: pnpm exec wrangler pages deploy
49+
env:
50+
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 commit comments

Comments
 (0)