Skip to content

Commit

Permalink
Use correct cloudflare api token
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Jun 13, 2023
1 parent 02c0b15 commit d10cf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Publish
uses: cloudflare/pages-action@1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_KEY }}
apiToken: ${{ secrets.CLOUDFLARE_PAGES_EDIT_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: wgpu-game-of-life-fornwall-net
directory: site
Expand Down

0 comments on commit d10cf82

Please sign in to comment.