We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f5cc5 commit c0fa7b3Copy full SHA for c0fa7b3
.github/workflows/deploy-production.yml
@@ -86,4 +86,4 @@ jobs:
86
uses: nathanvaughn/actions-cloudflare-purge@master
87
with:
88
cf_zone: ${{ secrets.CLOUDFLARE_ZONE }}
89
- cf_auth: ${{ secrets.CLOUDFLARE_AUTH_KEY }}
+ cf_auth: ${{ secrets.CLOUDFLARE_PURGE_API_TOKEN }}
.github/workflows/deploy-staging.yml
0 commit comments