mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00:00
Specify actions-cloudflare-purge version
This commit is contained in:
parent
03a3074209
commit
884c49fc55
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
- name: Purge Cloudflare Cache
|
- name: Purge Cloudflare Cache
|
||||||
if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch
|
if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch
|
||||||
id: purge-cache
|
id: purge-cache
|
||||||
uses: NathanVaughn/actions-cloudflare-purge@f70c63827b539cf48eb3a29fdaa7547eca4dede4 #latest commit at the time
|
uses: NathanVaughn/actions-cloudflare-purge@v3.1.0
|
||||||
with:
|
with:
|
||||||
cf_auth: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
cf_auth: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
cf_zone: ${{ secrets.CLOUDFLARE_ZONE_ID }}
|
cf_zone: ${{ secrets.CLOUDFLARE_ZONE_ID }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user