HyukjinKwon commented on code in PR #53744: URL: https://github.com/apache/spark/pull/53744#discussion_r2680512779
########## dev/create-release/release-build.sh: ########## @@ -511,17 +515,21 @@ EOF echo "Using repository ID: $REPO_ID" # Release the repository - curl --retry 10 --retry-all-errors -s -u "$APACHE_USERNAME:$APACHE_PASSWORD" \ + curl --retry 10 --retry-all-errors -s -u "$ASF_USERNAME:$ASF_NEXUS_TOKEN" \ Review Comment: oh yeah password only ########## dev/create-release/release-build.sh: ########## @@ -511,17 +515,21 @@ EOF echo "Using repository ID: $REPO_ID" # Release the repository - curl --retry 10 --retry-all-errors -s -u "$APACHE_USERNAME:$APACHE_PASSWORD" \ + curl --retry 10 --retry-all-errors -s -u "$ASF_USERNAME:$ASF_NEXUS_TOKEN" \ Review Comment: username is just username as is -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
