We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1165e commit 87db57fCopy full SHA for 87db57f
.github/workflows/ci-deploy-env.yml
@@ -99,7 +99,7 @@ jobs:
99
-H "Authorization: Bearer ${{ secrets.SYSOPS_RW_GITHUB_TOKEN }}" \
100
-H "X-GitHub-Api-Version: 2022-11-28" \
101
https://api.github.com/repos/meedan/sysops/actions/workflows/deploy_${{ github.event.repository.name }}.yml/dispatches \
102
- -d '{"ref": "develop", "inputs": {"git_sha": "${{ github.sha }}", "type": "push"}}'
+ -d '{"ref": "master", "inputs": {"git_sha": "${{ github.sha }}", "type": "push"}}'
103
104
- name: Kick off Terraform deploy in sysops/
105
id: sysops-deploy-live
0 commit comments