From 5649ff511b6ea63510f01b7776cd81ed2a36c139 Mon Sep 17 00:00:00 2001 From: Hyukjin Kwon Date: Fri, 9 Jan 2026 15:58:16 +0900 Subject: [PATCH 1/2] Document ASF_NEXUS_TOKEN to release and drop staging repository when finalizing the RC --- 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 9c676ff154d..78dd252b2aa 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 b75b6b891cb..8bac771e938 100644 --- a/site/release-process.html +++ b/site/release-process.html @@ -634,6 +634,8 @@

Preparing your GitHub Actions setup