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 @@
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%20TokenGPG_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.