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 de13c53 commit c9e5566Copy full SHA for c9e5566
.github/workflows/json_library_upload.yml
@@ -32,8 +32,7 @@ jobs:
32
destination-dir: ./
33
34
- name: Cloudflare Purge Cache
35
- uses: jakejarvis/cloudflare-purge-action@v0.3.0
36
- env:
37
- CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
38
- CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
39
- PURGE_URLS: '["https://battery-notes-data.codechimp.org/library.json", "https://battery-notes-data.codechimp.org/schema.json"]'
+ uses: nathanvaughn/actions-cloudflare-purge@v4.0.0
+ with:
+ cf_zone: ${{ secrets.CLOUDFLARE_ZONE }}
+ cf_auth: ${{ secrets.CLOUDFLARE_TOKEN }}
0 commit comments