Skip to content

Commit b52068f

Browse files
committed
Fixed typo in the RC deployment workflow.
1 parent d2c36ab commit b52068f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rc-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Purge Fastly cache
4646
uses: jcoene/fastly-purge-action@master
4747
with:
48-
api_key: "${{ secrets.FASTLY_API_KEY_QA }}"
49-
service_id: "${{ secrets.FASTLY_SERVICE_ID_QA }}"
48+
api_key: "${{ secrets.FASTLY_API_KEY_RC }}"
49+
service_id: "${{ secrets.FASTLY_SERVICE_ID_RC }}"
5050
on_failure:
5151
runs-on: ubuntu-latest
5252
if: >

0 commit comments

Comments
 (0)