Skip to content

Commit

Permalink
Configure Sonatype Nexus Username
Browse files Browse the repository at this point in the history
With Sonatype requiring the usage of a token instead of username/
password. The username can no longer be hardcoded and must also be read
from secrets.
  • Loading branch information
mpkorstanje committed Jul 25, 2024
1 parent fddd2a3 commit d70e212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/realease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
nexus-username: cukebot
nexus-username: ${{ secrets.SONATYPE_USERNAME }}
nexus-password: ${{ secrets.SONATYPE_PASSWORD }}

create-github-release:
Expand Down

0 comments on commit d70e212

Please sign in to comment.