Fixes Deployment Dispatcher

This commit is contained in:
2023-10-23 20:52:07 -03:00
parent 2e3927e444
commit f8926b508a

View File

@@ -39,4 +39,4 @@ jobs:
curl -X POST https://api.github.com/repos/HideyoshiNakazone/infra-hideyoshi.com/dispatches \ curl -X POST https://api.github.com/repos/HideyoshiNakazone/infra-hideyoshi.com/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \ -H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.ACTIONS_KEY }} \ -u ${{ secrets.ACTIONS_KEY }} \
--data '{"event_type": "refresh-deployments", "client_payload": { "repository": "backend-deployment" }}' --data '{"event_type": "refresh-deployments", "client_payload": { "deployments": "backend-deployment" }}'