From 95f3c89ba14b5537a127100ce0d3f84466ed64ec Mon Sep 17 00:00:00 2001 From: Hyukjin Kwon Date: Mon, 12 Jan 2026 08:50:33 +0900 Subject: [PATCH 1/3] [MINOR][DOCS] Add a bit of more description for ASF_NEXUS_TOKEN #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..e2ab8460ca 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 `...`. - `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..c3516be8e0 100644 --- a/site/release-process.html +++ b/site/release-process.html @@ -635,7 +635,8 @@

Preparing your GitHub Actions setup
  • 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
  • +Can be found in https://repository.apache.org/#profile;User%20Token +It is written in <password>...</password>.
  • 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.
  • From 0ef7fa5f1f8e15b79f43112c5c81f5369c20718d Mon Sep 17 00:00:00 2001 From: Hyukjin Kwon Date: Mon, 12 Jan 2026 09:16:32 +0900 Subject: [PATCH 2/3] review comment --- release-process.md | 2 +- site/release-process.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release-process.md b/release-process.md index e2ab8460ca..3ccbe809ee 100644 --- a/release-process.md +++ b/release-process.md @@ -471,7 +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 `...`. + It is written in `...` 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 c3516be8e0..2d47a82580 100644 --- a/site/release-process.html +++ b/site/release-process.html @@ -636,7 +636,7 @@

    Preparing your GitHub Actions setup
  • 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>.
  • +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.
  • From 3b51aa38744205e98d7efea0796103ffb90ee40d Mon Sep 17 00:00:00 2001 From: Hyukjin Kwon Date: Mon, 12 Jan 2026 09:38:37 +0900 Subject: [PATCH 3/3] Apply suggestions from code review --- site/release-process.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/release-process.html b/site/release-process.html index 2d47a82580..76571b7d38 100644 --- a/site/release-process.html +++ b/site/release-process.html @@ -636,7 +636,7 @@

    Preparing your GitHub Actions setup
  • 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
  • +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.