Skip to content

Commit 169e397

Browse files
committed
Point to Secrets page from quick start
1 parent 9ce23c8 commit 169e397

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,5 @@ Finally, on GitHub set the following secrets on your repository:
9595
- `SONATYPE_USERNAME` and `SONATYPE_PASSWORD`
9696
- `PGP_SECRET`: output of `gpg --armor --export-secret-keys $LONG_ID | base64`
9797
- `PGP_PASSPHRASE` (optional, use only if your key is passphrase-protected)
98+
99+
Please see the [Secrets](secrets.md) page for more information and detailed instructions.

docs/secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Publishing Secrets
1+
# Secrets
22

33
To publish to [Sonatype/Maven Central](https://central.sonatype.org/) you must obtain and install the following secrets on your repository:
44

0 commit comments

Comments
 (0)