File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ if [[ ${milestone_result} = "null" || ${milestone_result} = "" ]]; then
51
51
fi
52
52
53
53
milestone_number=$( jq -r ' .number' <<< " $milestone_result" )
54
- existing_tasks=$( curl -s https://api.github.com/repos/${GITHUB_ORGANIZATION} /${GITHUB_REPO} /issues\? labels\= type:%20task\& state\= open\& creator\= spring-builds\& milestone\= ${milestone_number} )
54
+ existing_tasks=$( curl -u ${GITHUB_USERNAME} : ${GITHUB_PASSWORD} - s https://api.github.com/repos/${GITHUB_ORGANIZATION} /${GITHUB_REPO} /issues\? labels\= type:%20task\& state\= open\& creator\= spring-builds\& milestone\= ${milestone_number} )
55
55
existing_jdk_issues=$( jq -r -c --arg TITLE " $ISSUE_TITLE " ' .[] | select(has("title")) | select(.title==$TITLE)' <<< " $existing_tasks" )
56
56
57
57
if [[ ${existing_jdk_issues} = " " ]]; then
You can’t perform that action at this time.
0 commit comments