dongjoon-hyun commented on code in PR #53744:
URL: https://github.com/apache/spark/pull/53744#discussion_r2680507106


##########
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:
   Hi, @HyukjinKwon .
   
   For me, `ASF_NEXUS_TOKEN` has two fields, `xxx:yyy` (Name Code: Pass Code), 
style. I'm wondering if you change `ASF_USERNAME` here with `Name Code`? Nesus 
repository shows like the following.
   
   ```
   <server>
     <id>${server}</id>
     <username>xxx</username>
     <password>yyy</password>
   </server>
   ```



-- 
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]

Reply via email to