Skip to content

Commit fe0bcb2

Browse files
author
Alan Shaw
authored
fix: website CI secrets (#2099)
Use the right ones.
1 parent 0154e99 commit fe0bcb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ jobs:
9494
if: ${{ steps.tag-release.outputs.releases_created }}
9595
run: npx wrangler pages publish --project-name nft-storage --branch main ./packages/website/out
9696
env:
97-
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_GATEWAY_TOKEN }}
98-
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_API_TOKEN }}
97+
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
98+
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT }}

0 commit comments

Comments
 (0)