From 7b7c350e84d7d6757da88523ba5adcb3c73fd71e Mon Sep 17 00:00:00 2001 From: ItayPaz <143506741+Korjen97@users.noreply.github.com> Date: Tue, 24 Sep 2024 16:41:51 +0300 Subject: [PATCH] Revert "Fix iac vul (#366)" This reverts commit e65aa655b8cc8eefb28c80f5f580bfaa62e54857. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b187fbe..17f35b0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: distribution: 'temurin' server-id: ossrh server-username: MAVEN_USERNAME - server-password: ${{ secrets.OSSRH_TOKEN }} + server-password: MAVEN_PASSWORD gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} gpg-passphrase: MAVEN_GPG_PASSPHRASE