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 f1e744c commit 7c9417aCopy full SHA for 7c9417a
.github/workflows/build_test_package.yml
@@ -284,7 +284,7 @@ jobs:
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" \
+ --url "https://api.github.com/repos/cosmo-tech/helm-charts/actions/workflows/api_restart.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