Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c0fa7b3

Browse files
committedJul 23, 2024·
Api token
1 parent 64f5cc5 commit c0fa7b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ jobs:
8686
uses: nathanvaughn/actions-cloudflare-purge@master
8787
with:
8888
cf_zone: ${{ secrets.CLOUDFLARE_ZONE }}
89-
cf_auth: ${{ secrets.CLOUDFLARE_AUTH_KEY }}
89+
cf_auth: ${{ secrets.CLOUDFLARE_PURGE_API_TOKEN }}

‎.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ jobs:
8686
uses: nathanvaughn/actions-cloudflare-purge@master
8787
with:
8888
cf_zone: ${{ secrets.CLOUDFLARE_ZONE }}
89-
cf_auth: ${{ secrets.CLOUDFLARE_AUTH_KEY }}
89+
cf_auth: ${{ secrets.CLOUDFLARE_PURGE_API_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.