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 d2c36ab commit b52068fCopy full SHA for b52068f
.github/workflows/rc-deploy.yml
@@ -45,8 +45,8 @@ jobs:
45
- name: Purge Fastly cache
46
uses: jcoene/fastly-purge-action@master
47
with:
48
- api_key: "${{ secrets.FASTLY_API_KEY_QA }}"
49
- service_id: "${{ secrets.FASTLY_SERVICE_ID_QA }}"
+ api_key: "${{ secrets.FASTLY_API_KEY_RC }}"
+ service_id: "${{ secrets.FASTLY_SERVICE_ID_RC }}"
50
on_failure:
51
runs-on: ubuntu-latest
52
if: >
0 commit comments