We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c417d02 commit 1edb56aCopy full SHA for 1edb56a
.github/workflows/release-mvn.yml
@@ -20,6 +20,6 @@ jobs:
20
with:
21
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
22
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
23
- nexus-username: cukebot
+ nexus-username: ${{ secrets.SONATYPE_USERNAME }}
24
nexus-password: ${{ secrets.SONATYPE_PASSWORD }}
25
working-directory: java
0 commit comments