Skip to content
Closed
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
2 changes: 2 additions & 0 deletions release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 2 additions & 0 deletions site/release-process.html
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,8 @@ <h2 id="preparing-your-github-actions-setup">Preparing your GitHub Actions setup
<ul>
<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>
<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