From d70e2128f026b1cb4d2c3bc8443a09dac95cd61f Mon Sep 17 00:00:00 2001 From: "M.P. Korstanje" Date: Thu, 25 Jul 2024 18:45:26 +0200 Subject: [PATCH] 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. --- .github/workflows/realease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/realease.yml b/.github/workflows/realease.yml index ec185dc..3f85dae 100644 --- a/.github/workflows/realease.yml +++ b/.github/workflows/realease.yml @@ -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: