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 0154e99 commit fe0bcb2Copy full SHA for fe0bcb2
1 file changed
.github/workflows/website.yml
@@ -94,5 +94,5 @@ jobs:
94
if: ${{ steps.tag-release.outputs.releases_created }}
95
run: npx wrangler pages publish --project-name nft-storage --branch main ./packages/website/out
96
env:
97
- CLOUDFLARE_API_TOKEN: ${{ secrets.CF_GATEWAY_TOKEN }}
98
- CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_API_TOKEN }}
+ CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
+ CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT }}
0 commit comments