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 b153c9c commit a437b19Copy full SHA for a437b19
.github/workflows/purge-cache.yml
@@ -16,8 +16,6 @@ jobs:
16
env:
17
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
18
CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
19
- ${{ inputs.cloudflare-zone }}
20
- ${{ inputs.cloudflare-token }}
21
if: env.CLOUDFLARE_TOKEN != ''
22
run: |
23
curl "https://api.cloudflare.com/client/v4/zones/$CLOUDFLARE_ZONE/purge_cache" \
0 commit comments