We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dcc622 commit 24a522aCopy full SHA for 24a522a
.github/workflows/publish.yml
@@ -42,8 +42,8 @@ jobs:
42
java-version: '11'
43
distribution: 'temurin'
44
server-id: ossrh
45
- server-username: ${{ secrets.SONATYPE_USERNAME }}
46
- server-password: ${{ secrets.SONATYPE_PASSWORD }}
+ server-username: ${{ secrets.SONATYPE_TOKEN_USERNAME }}
+ server-password: ${{ secrets.SONATYPE_TOKEN_PASSWORD }}
47
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
48
gpg-passphrase: GPG_PRIVATE_KEY_PASSWORD
49
0 commit comments