Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<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](#preparing-your-setup).
Expand Down
3 changes: 2 additions & 1 deletion site/release-process.html
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,8 @@ <h2 id="preparing-your-github-actions-setup">Preparing your GitHub Actions setup
<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>
Can be found in https://repository.apache.org/#profile;User%20Token
It is written in <code class="language-plaintext highlighter-rouge">&lt;password&gt;...&lt;/password&gt;</code> and ignore <code class="language-plaintext highlighter-rouge">User Code</code>.</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>
Expand Down