From 0d9bb1903bcf597f6a0a1a62722c64c1d6f34dda Mon Sep 17 00:00:00 2001 From: kristoffSC Date: Sun, 4 Aug 2024 20:02:38 +0200 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a8bb5e61..7806f9b6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,7 +42,7 @@ jobs: java-version: '11' distribution: 'temurin' server-id: ossrh - server-username: testMe + server-username: ${{ secrets.SONATYPE_TOKEN_USERNAME }} server-password: testMe gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} gpg-passphrase: GPG_PRIVATE_KEY_PASSWORD