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 ee7481b commit 565d1e3Copy full SHA for 565d1e3
1 file changed
.github/workflows/purge-cache.yml
@@ -24,5 +24,6 @@ jobs:
24
- name: Purge ${{ env.KEY }}
25
run: |
26
curl -fsS -X POST \
27
- "https://api.fastly.com/service/${{ secrets.FASTLY_SERVICE_ID }}/purge/${{ env.KEY }}" \
28
- -H "Fastly-Key: ${{ secrets.FASTLY_API_KEY }}"
+ "https://api.fastly.com/service/${{ secrets.FASTLY_SERVICE_ID }}/purge" \
+ -H "Fastly-Key: ${{ secrets.FASTLY_API_KEY }}" \
29
+ -H "Surrogate-Key: ${{ env.KEY }}"
0 commit comments