Skip to content

Commit

Permalink
Update Cloudflare Pages API token variable in deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
simonerlic committed Jun 17, 2024
1 parent a560bde commit 2455ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ env.CLOUDFLARE_ACCOUNT_ID }}
accountId: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}
projectName: website
directory: ./dist
# Optional: Enable this if you want to have GitHub Deployments triggered
Expand Down

0 comments on commit 2455ce0

Please sign in to comment.