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 a0caca3 commit e8c54d7Copy full SHA for e8c54d7
.github/workflows/ci.yml
@@ -128,7 +128,8 @@ jobs:
128
run: |
129
# Clear CDN cache to re-request content:
130
curl -f --request POST \
131
- --url https://api.bunny.net/pullzone/1110200/purgeCache \
+ --url https://api.bunny.net/pullzone/$PULL_ZONE_ID/purgeCache \
132
--header "AccessKey: $BUNNY_SITE_API_KEY"
133
env:
134
+ PULL_ZONE_ID: 1110200
135
BUNNY_SITE_API_KEY: ${{ secrets.BUNNY_SITE_API_KEY }}
0 commit comments