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 d30a62e commit f1e744cCopy full SHA for f1e744c
.github/workflows/build_test_package.yml
@@ -283,3 +283,8 @@ jobs:
283
docker image tag com.cosmotech/cosmotech-api:${{github.sha}} \
284
ghcr.io/cosmo-tech/cosmotech-api:latest
285
docker image push ghcr.io/cosmo-tech/cosmotech-api:latest
286
+ curl --request POST \
287
+ --url "https://api.github.com/repos/cosmo-tech/helm-charts/actions/workflows/api_deploy.yml/dispatches" \
288
+ --header "Accept: application/vnd.github.v3+json" \
289
+ --header "Authorization: Bearer ${{ secrets.TRIGGER_HELM_CHARTS_WORKFLOW_PAT }}" \
290
+ --data '{ "ref": "main" }'
0 commit comments