We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91c27b commit 2a3763cCopy full SHA for 2a3763c
.github/workflows/maven-publish.yml
@@ -22,7 +22,7 @@ jobs:
22
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
23
server-username: MAVEN_USERNAME # env variable for username in deploy
24
server-password: MAVEN_PASSWORD # env variable for token in deploy
25
- gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
+ gpg-private-key: ${{ secrets.OSSRH_GPG_SECRET_KEY }} # Value of the GPG private key to import
26
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
27
# settings-path: ${{ github.workspace }} # location for the settings.xml file
28
0 commit comments