We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d2cf6 commit 54fe109Copy full SHA for 54fe109
.github/workflows/publish-production.yml
@@ -27,6 +27,7 @@ jobs:
27
- run: npm run build
28
name: Build
29
env:
30
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
NODE_OPTIONS: --max-old-space-size=4096
32
- run: npx wrangler deploy
33
name: Deploy to Cloudflare Workers
0 commit comments