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 a9392a3 commit 9117386Copy full SHA for 9117386
scripts/project-trigger.sh
@@ -6,7 +6,7 @@ gh_token=$GH_TOKEN
6
git_ref="main"
7
workflow_organization_name="cncf-tags"
8
workflow_project_name="green-reviews-tooling"
9
-workflow_dispatcher_file_name="dispatch.yaml"
+workflow_dispatcher_file_name="benchmark-pipeline.yaml"
10
11
if [ -z "$gh_token" ]; then
12
echo "[ERR] GH_TOKEN not set"
@@ -41,6 +41,7 @@ jq -c '.projects[]' "$json_file" | while read -r project; do
41
42
echo "[DBG] Version: $latest_proj_version"
43
44
+ # TODO(dipankar): need to make the cncf_project_sub to be each individiual call for each sub-component
45
workflow_dispatch=$(curl --fail-with-body -sSL -X POST \
46
-H "Accept: application/vnd.github+json" \
47
-H "Authorization: Bearer $gh_token" \
0 commit comments