mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Merge branch 'release/1.3' of github.com:jklingen/greenshot into release/1.3
This commit is contained in:
commit
2628e184c8
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