Skip to content

Commit a1fc7eb

Browse files
committed
Merge branch '2.7.x'
2 parents ac5e39a + 9e874c8 commit a1fc7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/detect-jdk-updates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [[ ${milestone_result} = "null" || ${milestone_result} = "" ]]; then
4343
fi
4444

4545
milestone_number=$( jq -r '.number' <<< "$milestone_result" )
46-
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} )
46+
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} )
4747
existing_jdk_issues=$( jq -r -c --arg TITLE "$ISSUE_TITLE" '.[] | select(has("title")) | select(.title==$TITLE)' <<< "$existing_tasks" )
4848

4949
if [[ ${existing_jdk_issues} = "" ]]; then

0 commit comments

Comments
 (0)