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 d59f50a commit aff1464
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_API_KEY }}
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
# The directory of static assets to upload (default: `dist`)
directory: dist
# GitHub Token
Expand Down

0 comments on commit aff1464

Please sign in to comment.