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 47cb330 commit 17cef2bCopy full SHA for 17cef2b
.github/workflows/production.yml
@@ -62,8 +62,8 @@ jobs:
62
- name: Purge Fastly cache
63
uses: jcoene/fastly-purge-action@master
64
with:
65
- api_key: "${{ secrets.FASTLY_API_KEY_PRODUCTION }}"
66
- service_id: "${{ secrets.FASTLY_SERVICE_ID_PRODUCTION }}"
+ api_key: "${{ secrets.FASTLY_API_KEY_PROD }}"
+ service_id: "${{ secrets.FASTLY_SERVICE_ID_PROD }}"
67
68
# runs ONLY on a failure of the CI workflow
69
on-failure:
0 commit comments