Skip to content

Commit 9cd892b

Browse files
committed
Configure Sonatype Nexus Username
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. Fixes: #376
1 parent c39c210 commit 9cd892b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-sbt.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ jobs:
3434
with:
3535
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
3636
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
37-
nexus-username: cukebot
37+
nexus-username: ${{ secrets.SONATYPE_USERNAME }}
3838
nexus-password: ${{ secrets.SONATYPE_PASSWORD }}
39-
working-directory: .
4039

4140
create-github-release:
4241
name: Create GitHub Release and Git tag

0 commit comments

Comments
 (0)