We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553b69b commit 85295d0Copy full SHA for 85295d0
.github/workflows/build-and-push.yml
@@ -62,9 +62,8 @@ jobs:
62
curl -X POST \
63
-H "Authorization: token ${{ secrets.INFRA_REPO_TOKEN }}" \
64
-H "Accept: application/vnd.github.v3+json" \
65
- https://api.github.com/repos/${{ secrets.INFRA_REPO_OWNER }}/${{ secrets.INFRA_REPO_NAME }}/dispatches \
66
- -d '{"event_type":"deploy-frontend-staging","client_payload":{"image_tag":"${{ steps.meta.outputs.version }}"}}'
67
-
+ https://api.github.com/repos/opskraken/nesohq-infra/dispatches \
+ -d '{"event_type":"deploy-staging"}'
68
- name: 🎉 Deployment triggered
69
if: success() && github.ref == 'refs/heads/main'
70
run: |
0 commit comments