Skip to content

Commit

Permalink
fix(ci): change env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Nov 13, 2023
1 parent 2fe37e8 commit d59f50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Cloudflare Account ID
cloudflare-account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
# Cloudflare API Token
cloudflare-api-token: ${{ secrets.CLOUDFLARE_PAGES_API_KEY }}
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_KEY }}
# The directory of static assets to upload (default: `dist`)
directory: dist
# GitHub Token
Expand Down

0 comments on commit d59f50a

Please sign in to comment.