Skip to content

Commit 9929aa5

Browse files
committed
docs: fixes links to repo settings for README template
1 parent 0a03269 commit 9929aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The GH actions job [callable.publish-sonatype.yml](.github/workflows/callable.pu
9090
| `GPG_SIGNING_KEY` | The GPG private key to sign your artifacts (in ascii-armored format). You can obtain it with `gpg --armor --export-secret-keys <[email protected]>` or you can create one key online on [pgpkeygen.com](https://pgpkeygen.com). |
9191
| `GPG_SIGNING_PASSPHRASE` | The passphrase for unlocking the secret key. (you picked it when creating the key). |
9292

93-
Please define the secrets via your repository settings. ([Settings > Security > Secrets and variables > Actions](settings/secrets/actions))
93+
Please define the secrets via your repository settings. ([Settings > Security > Secrets and variables > Actions](https://github.com/%REPO_OWNER%/%REPO_NAME%/settings/secrets/actions))
9494
<img width="800" alt="Preview of Javadoc published to GitHub Pages by the CI/CD pipeline" src="https://github.com/thriving-dev/java-library-template/assets/10864443/e6cf928c-6665-43fc-9506-c29d210b18de">
9595

9696
## Release Process

0 commit comments

Comments
 (0)