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