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 `...` 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 @@

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> 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.