dongjoon-hyun commented on code in PR #660: URL: https://github.com/apache/spark-website/pull/660#discussion_r2680578191
########## site/release-process.html: ########## @@ -635,7 +635,8 @@ <h2 id="preparing-your-github-actions-setup">Preparing your GitHub Actions setup <li><code class="language-plaintext highlighter-rouge">ASF_USERNAME</code>: Your Apache Software Foundation (ASF) account ID.</li> <li><code class="language-plaintext highlighter-rouge">ASF_PASSWORD</code>: The password for your ASF account.</li> <li><code class="language-plaintext highlighter-rouge">ASF_NEXUS_TOKEN</code>: ASF Nexus API token associated with your ASF account. -Can be found in https://repository.apache.org/#profile;User%20Token</li> +Can be found in https://repository.apache.org/#profile;User%20Token +It is written in <code class="language-plaintext highlighter-rouge"><password>...</password></code>.</li> Review Comment: It would be great if we can explicitly document that we ignore `User Code` part because we always `ASF_USERNAME` even when we use the generated token in the password part. -- 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]
