Skip to content

Commit 7c9417a

Browse files
committed
[PROD-14593] Trigger the correct restart workflow
1 parent f1e744c commit 7c9417a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
ghcr.io/cosmo-tech/cosmotech-api:latest
285285
docker image push ghcr.io/cosmo-tech/cosmotech-api:latest
286286
curl --request POST \
287-
--url "https://api.github.com/repos/cosmo-tech/helm-charts/actions/workflows/api_deploy.yml/dispatches" \
287+
--url "https://api.github.com/repos/cosmo-tech/helm-charts/actions/workflows/api_restart.yml/dispatches" \
288288
--header "Accept: application/vnd.github.v3+json" \
289289
--header "Authorization: Bearer ${{ secrets.TRIGGER_HELM_CHARTS_WORKFLOW_PAT }}" \
290290
--data '{ "ref": "main" }'

0 commit comments

Comments
 (0)