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 c422086 commit a386c98Copy full SHA for a386c98
.github/workflows/www.yml
@@ -26,3 +26,6 @@ jobs:
26
- run: pnpm install --frozen-lockfile
27
- run: pnpm docs:build
28
- run: pnpm docs:publish
29
+ env:
30
+ CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
31
+ CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
0 commit comments