Skip to content

Commit a437b19

Browse files
committed
fixup! Add a GitHub workflow cache to manually purge the Cloudflare cache
1 parent b153c9c commit a437b19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/purge-cache.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
env:
1717
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
1818
CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
19-
${{ inputs.cloudflare-zone }}
20-
${{ inputs.cloudflare-token }}
2119
if: env.CLOUDFLARE_TOKEN != ''
2220
run: |
2321
curl "https://api.cloudflare.com/client/v4/zones/$CLOUDFLARE_ZONE/purge_cache" \

0 commit comments

Comments
 (0)