Skip to content

Commit

Permalink
Add secrets for docs publish. (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonnull authored Jun 3, 2024
1 parent c422086 commit a386c98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/www.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ jobs:
- run: pnpm install --frozen-lockfile
- run: pnpm docs:build
- run: pnpm docs:publish
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 comments on commit a386c98

Please sign in to comment.