diff --git a/scripts/pipeline/github-update-issue-status.sh b/scripts/pipeline/github-update-issue-status.sh index 9c2e4998c..43cde15f8 100755 --- a/scripts/pipeline/github-update-issue-status.sh +++ b/scripts/pipeline/github-update-issue-status.sh @@ -33,7 +33,7 @@ gh_priority_option="Low" echo "Getting project ID..." gh_project_id=$(gh api graphql -f query=" query{ - organization(login: \"${GITHUB_REPOSITORY_OWNER}\"){ + organization(login: \"GSA\"){ projectV2(number: ${GH_PROJECT_NUMBER}) { id }