Skip to content

Commit b3dc5a8

Browse files
committed
Merge branch '2.7.x'
2 parents 4179f3a + f7f2eb0 commit b3dc5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/detect-jdk-updates.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [[ $current = $latest ]]; then
3535
exit 0;
3636
fi
3737

38-
milestone_response=$( curl -s https://api.github.com/repos/${GITHUB_ORGANIZATION}/${GITHUB_REPO}/milestones\?state\=open )
38+
milestone_response=$( curl -s -u ${GITHUB_USERNAME}:${GITHUB_PASSWORD} https://api.github.com/repos/${GITHUB_ORGANIZATION}/${GITHUB_REPO}/milestones\?state\=open )
3939
milestone_result=$( jq -r -c --arg MILESTONE "$MILESTONE" '.[] | select(has("title")) | select(.title==$MILESTONE)' <<< "$milestone_response" )
4040
if [[ ${milestone_result} = "null" || ${milestone_result} = "" ]]; then
4141
echo "Could not parse milestone: $milestone_response"

0 commit comments

Comments
 (0)