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 6004bbd commit 8d6afaeCopy full SHA for 8d6afae
.github/workflows/bust-cloudfare-cache.yml
@@ -0,0 +1,16 @@
1
+name: Bust Cloudflare Cache
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ build:
8
+ runs-on: ubuntu-latest
9
+ name: Bust Cloudflare Cache
10
+ steps:
11
+ - name: Bust Cloudflare Cache
12
+ uses: spring-io/spring-doc-actions/[email protected]
13
+ with:
14
+ context-root: spring-shell
15
+ cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
16
+ cloudflare-cache-token: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}
0 commit comments