Skip to content

Commit 5b9bb57

Browse files
committed
update maven settings
1 parent 2f173fe commit 5b9bb57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
with:
3434
gpg_private_key: ${{ secrets.gpg_private_key }}
3535
gpg_passphrase: ${{ secrets.gpg_passphrase }}
36-
nexus_username: ${{ secrets.nexus_username }}
37-
nexus_password: ${{ secrets.nexus_password }}
36+
nexus_username: ${{ secrets.nexus_token_username }}
37+
nexus_password: ${{ secrets.nexus_token_password }}
3838
server_id: ossrh
3939
maven_args: -DskipTests
4040

0 commit comments

Comments
 (0)