Skip to content

Commit 17cef2b

Browse files
authored
Fixed typo in the fastly api key secret name. (#1106)
1 parent 47cb330 commit 17cef2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
- name: Purge Fastly cache
6363
uses: jcoene/fastly-purge-action@master
6464
with:
65-
api_key: "${{ secrets.FASTLY_API_KEY_PRODUCTION }}"
66-
service_id: "${{ secrets.FASTLY_SERVICE_ID_PRODUCTION }}"
65+
api_key: "${{ secrets.FASTLY_API_KEY_PROD }}"
66+
service_id: "${{ secrets.FASTLY_SERVICE_ID_PROD }}"
6767

6868
# runs ONLY on a failure of the CI workflow
6969
on-failure:

0 commit comments

Comments
 (0)