We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b956c6 commit b66b4c6Copy full SHA for b66b4c6
1 file changed
.github/workflows/services.yml
@@ -48,7 +48,7 @@ jobs:
48
distribution: 'temurin'
49
java-version: '25'
50
server-id: central # Value of the distributionManagement/repository/id field of the pom.xml
51
- server-username: MAVEN_USERNAME # env variable for username in deploy
+ server-username: MAVEN_CENTRAL_USERNAME # env variable for username in deploy
52
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
53
gpg-private-key: ${{secrets.MAVEN_GPG_PRIVATE_KEY}}
54
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
0 commit comments