From cf259ed2f0a8be0e7368cd6bbca5d74b14baaca7 Mon Sep 17 00:00:00 2001 From: Nicklas Lundin Date: Thu, 28 Sep 2023 13:45:57 +0200 Subject: [PATCH] directly rely on gpg-passphrase --- .github/workflows/release-please.yaml | 2 +- pom.xml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 2c206fdf..b4aefe08 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -49,7 +49,7 @@ jobs: server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} # Full private key blob - gpg-passphrase: ${{ secrets.SIGN_KEY_PASS }} # Password chosen when creating the GPG key + gpg-passphrase: GPG_PASS - name: Deploy with Maven run: mvn --batch-mode clean deploy diff --git a/pom.xml b/pom.xml index 625e829d..e298f88b 100644 --- a/pom.xml +++ b/pom.xml @@ -255,9 +255,6 @@ loopback --no-tty - - ${env.GPG_PASS} -