This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a428157e23 Add a bit of more description for ASF_NEXUS_TOKEN (#660)
a428157e23 is described below
commit a428157e23215090d5ed8be9bce1e666963744c1
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Mon Jan 12 10:04:14 2026 +0900
Add a bit of more description for ASF_NEXUS_TOKEN (#660)
Per https://github.com/apache/spark/pull/53764
---
release-process.md | 1 +
site/release-process.html | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/release-process.md b/release-process.md
index b24dd29431..3ccbe809ee 100644
--- a/release-process.md
+++ b/release-process.md
@@ -471,6 +471,7 @@ To create an official release, PMC members must configure
GitHub Actions Secrets
- `ASF_PASSWORD`: The password for your ASF account.
- `ASF_NEXUS_TOKEN`: ASF Nexus API token associated with your ASF account.
Can be found in https://repository.apache.org/#profile;User%20Token
+ It is written in `<password>...</password>` and ignore `User Code`.
- `GPG_PRIVATE_KEY`: Your GPG private key, exported with:
`gpg --armor --export-secret-keys ABCD1234 > private.key`.
Make sure this key is registered with a public key server. See also
[Preparing your setup](#preparing-your-setup).
diff --git a/site/release-process.html b/site/release-process.html
index 14e509e3cc..76571b7d38 100644
--- a/site/release-process.html
+++ b/site/release-process.html
@@ -635,7 +635,8 @@ and then send an e-mail to the mailing list with a subject
that looks something
<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> and ignore <code
class="language-plaintext highlighter-rouge">User Code</code>.</li>
<li><code class="language-plaintext
highlighter-rouge">GPG_PRIVATE_KEY</code>: Your GPG private key, exported with:
<code class="language-plaintext highlighter-rouge">gpg --armor
--export-secret-keys ABCD1234 > private.key</code>.
Make sure this key is registered with a public key server. See also <a
href="#preparing-your-setup">Preparing your setup</a>.</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]