Update secret name for deployment
The service secret was renamed for consistency with the other secrets I manage.
This commit is contained in:
parent
c7b4f5fa92
commit
c47452a8b4
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ jobs:
|
|||
name: Restart deployment
|
||||
run: |
|
||||
curl --silent \
|
||||
--header "X-Secret: ${{ secrets.SERVICE_WEBHOOK_SECRET }}" \
|
||||
--header "X-Secret: ${{ secrets.FULLA_WEBHOOK_SERVICE_SECRET }}" \
|
||||
--data action=restart \
|
||||
--data service=schedule-demo \
|
||||
--fail-with-body \
|
||||
"http://fulla.hz.hornwitser.no:9000/hooks/service"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue