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 2f173fe commit 5b9bb57Copy full SHA for 5b9bb57
.github/workflows/main.yml
@@ -33,8 +33,8 @@ jobs:
33
with:
34
gpg_private_key: ${{ secrets.gpg_private_key }}
35
gpg_passphrase: ${{ secrets.gpg_passphrase }}
36
- nexus_username: ${{ secrets.nexus_username }}
37
- nexus_password: ${{ secrets.nexus_password }}
+ nexus_username: ${{ secrets.nexus_token_username }}
+ nexus_password: ${{ secrets.nexus_token_password }}
38
server_id: ossrh
39
maven_args: -DskipTests
40
0 commit comments