We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea6f14 commit b707ca4Copy full SHA for b707ca4
.github/workflows/publish-v2-snapshot.yml
@@ -20,6 +20,8 @@ jobs:
20
distribution: 'corretto'
21
java-version: 11
22
server-id: ossrh
23
+ server-username: MAVEN_USERNAME
24
+ server-password: MAVEN_PASSWORD
25
# TODO: use environments https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment
26
gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }} # Value of the GPG private key to import
27
gpg-passphrase: GPG_PASSPHRASE # env variable for GPG private key passphrase
0 commit comments