This is an automated email from the ASF dual-hosted git repository.

gurwls223 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 c7fbd7a1f0 Document ASF_NEXUS_TOKEN to release and drop staging 
repository when finalizing the RC
c7fbd7a1f0 is described below

commit c7fbd7a1f03fdb8d32de82d7e640fceffa6b05b9
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Fri Jan 9 16:17:32 2026 +0900

    Document ASF_NEXUS_TOKEN to release and drop staging repository when 
finalizing the RC
    
    Per https://github.com/apache/spark/pull/53744
    
    Author: Hyukjin Kwon <[email protected]>
    
    Closes #659 from HyukjinKwon/release-automation.
---
 release-process.md        | 2 ++
 site/release-process.html | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/release-process.md b/release-process.md
index 9c676ff154..b24dd29431 100644
--- a/release-process.md
+++ b/release-process.md
@@ -469,6 +469,8 @@ To create an official release, PMC members must configure 
GitHub Actions Secrets
 
 - `ASF_USERNAME`: Your Apache Software Foundation (ASF) account ID.
 - `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
 - `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 b75b6b891c..78ff8e5c5b 100644
--- a/site/release-process.html
+++ b/site/release-process.html
@@ -634,6 +634,8 @@ and then send an e-mail to the mailing list with a subject 
that looks something
 <ul>
   <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>
   <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 &gt; 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]

Reply via email to