mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 22:13:23 -07:00
Create purge-cloudflare-cache.yml
This commit is contained in:
parent
8049cf392c
commit
fb2786d07f
1 changed files with 14 additions and 0 deletions
14
.github/workflows/purge-cloudflare-cache.yml
vendored
Normal file
14
.github/workflows/purge-cloudflare-cache.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: Purge CloudFlare Cache
|
||||
|
||||
on:
|
||||
page_build:
|
||||
|
||||
jobs:
|
||||
purge_cache:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: purge
|
||||
uses: jakejarvis/cloudflare-purge-action@master
|
||||
env:
|
||||
CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
|
||||
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue