Skip to content

Commit 2a3763c

Browse files
committed
chore: fix gpg private key reference for CICD
1 parent f91c27b commit 2a3763c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
2323
server-username: MAVEN_USERNAME # env variable for username in deploy
2424
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
25+
gpg-private-key: ${{ secrets.OSSRH_GPG_SECRET_KEY }} # Value of the GPG private key to import
2626
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
2727
# settings-path: ${{ github.workspace }} # location for the settings.xml file
2828

0 commit comments

Comments
 (0)