Skip to content

Commit bfe497f

Browse files
authored
on [push, workflow_dispatch]
1 parent 9445af1 commit bfe497f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ jobs:
3838
key: static
3939
- run: npm run build
4040
name: Build
41-
env:
42-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43-
NODE_OPTIONS: --max-old-space-size=4096
44-
env:
45-
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4641
- run: npm run build:worker && npx wrangler versions upload -c ./wrangler-workers.toml
4742
if: github.ref != 'refs/heads/production'
4843
name: Deploy to Cloudflare Workers

0 commit comments

Comments
 (0)