Skip to content

Commit

Permalink
Merge pull request HideyoshiSolutions#41 from HideyoshiSolutions/devel
Browse files Browse the repository at this point in the history
Devel - Fixes Infra Dispatcher
  • Loading branch information
HideyoshiNakazone committed Feb 16, 2024
2 parents 1e88486 + 336b849 commit 078373c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Runs Infra-Hideyoshi.com Deployment Dispatcher
run: |
curl -X POST https://api.github.com/repos/HideyoshiNakazone/infra-hideyoshi.com/dispatches \
curl -X POST https://api.github.com/repos/HideyoshiSolutions/infra-hideyoshi.com/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.ACTIONS_KEY }} \
--data '{"event_type": "refresh-deployments", "client_payload": { "deployments": "backend-deployment" }}'

0 comments on commit 078373c

Please sign in to comment.