Skip to content

Commit

Permalink
Api token
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo-it committed Jul 23, 2024
1 parent 64f5cc5 commit c0fa7b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ jobs:
uses: nathanvaughn/actions-cloudflare-purge@master
with:
cf_zone: ${{ secrets.CLOUDFLARE_ZONE }}
cf_auth: ${{ secrets.CLOUDFLARE_AUTH_KEY }}
cf_auth: ${{ secrets.CLOUDFLARE_PURGE_API_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ jobs:
uses: nathanvaughn/actions-cloudflare-purge@master
with:
cf_zone: ${{ secrets.CLOUDFLARE_ZONE }}
cf_auth: ${{ secrets.CLOUDFLARE_AUTH_KEY }}
cf_auth: ${{ secrets.CLOUDFLARE_PURGE_API_TOKEN }}

0 comments on commit c0fa7b3

Please sign in to comment.