Skip to content

Commit 9117386

Browse files
Updated the dispatch file name
Signed-off-by: Dipankar Das <[email protected]>
1 parent a9392a3 commit 9117386

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/project-trigger.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gh_token=$GH_TOKEN
66
git_ref="main"
77
workflow_organization_name="cncf-tags"
88
workflow_project_name="green-reviews-tooling"
9-
workflow_dispatcher_file_name="dispatch.yaml"
9+
workflow_dispatcher_file_name="benchmark-pipeline.yaml"
1010

1111
if [ -z "$gh_token" ]; then
1212
echo "[ERR] GH_TOKEN not set"
@@ -41,6 +41,7 @@ jq -c '.projects[]' "$json_file" | while read -r project; do
4141

4242
echo "[DBG] Version: $latest_proj_version"
4343

44+
# TODO(dipankar): need to make the cncf_project_sub to be each individiual call for each sub-component
4445
workflow_dispatch=$(curl --fail-with-body -sSL -X POST \
4546
-H "Accept: application/vnd.github+json" \
4647
-H "Authorization: Bearer $gh_token" \

0 commit comments

Comments
 (0)