We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbecf1 commit 8813f5cCopy full SHA for 8813f5c
.github/workflows/publish_release_branch.yml
@@ -22,7 +22,7 @@ jobs:
22
server-id: sonatype-nexus-staging
23
server-username: MAVEN_USERNAME
24
server-password: MAVEN_PASSWORD
25
- gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
+ gpg-private-key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
26
gpg-passphrase: MAVEN_GPG_PASSPHRASE
27
- name: Maven Install and Site with Code Coverage
28
env:
0 commit comments