Skip to content

Commit a428157

Browse files
authored
Add a bit of more description for ASF_NEXUS_TOKEN (#660)
Per apache/spark#53764
1 parent 60066cd commit a428157

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

release-process.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ To create an official release, PMC members must configure GitHub Actions Secrets
471471
- `ASF_PASSWORD`: The password for your ASF account.
472472
- `ASF_NEXUS_TOKEN`: ASF Nexus API token associated with your ASF account.
473473
Can be found in https://repository.apache.org/#profile;User%20Token
474+
It is written in `<password>...</password>` and ignore `User Code`.
474475
- `GPG_PRIVATE_KEY`: Your GPG private key, exported with:
475476
`gpg --armor --export-secret-keys ABCD1234 > private.key`.
476477
Make sure this key is registered with a public key server. See also [Preparing your setup](#preparing-your-setup).

site/release-process.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,8 @@ <h2 id="preparing-your-github-actions-setup">Preparing your GitHub Actions setup
635635
<li><code class="language-plaintext highlighter-rouge">ASF_USERNAME</code>: Your Apache Software Foundation (ASF) account ID.</li>
636636
<li><code class="language-plaintext highlighter-rouge">ASF_PASSWORD</code>: The password for your ASF account.</li>
637637
<li><code class="language-plaintext highlighter-rouge">ASF_NEXUS_TOKEN</code>: ASF Nexus API token associated with your ASF account.
638-
Can be found in https://repository.apache.org/#profile;User%20Token</li>
638+
Can be found in https://repository.apache.org/#profile;User%20Token
639+
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>
639640
<li><code class="language-plaintext highlighter-rouge">GPG_PRIVATE_KEY</code>: Your GPG private key, exported with:
640641
<code class="language-plaintext highlighter-rouge">gpg --armor --export-secret-keys ABCD1234 &gt; private.key</code>.
641642
Make sure this key is registered with a public key server. See also <a href="#preparing-your-setup">Preparing your setup</a>.</li>

0 commit comments

Comments
 (0)