From 2142f3145b12db43bed3bc599e3f296c4457d1eb Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 23 Jan 2025 13:43:39 +0100 Subject: [PATCH] GH-1031 - Consume GPG passphrase from environment. --- .github/workflows/release.yaml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f191e597..00202ed9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: env: SONATYPE_USER: ${{ secrets.OSSRH_S01_TOKEN_USERNAME }} SONATYPE_PASSWORD: ${{ secrets.OSSRH_S01_TOKEN_PASSWORD }} - GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} + MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }} run: | ./mvnw -B clean install -DskipTests diff --git a/pom.xml b/pom.xml index a0b7c8c7..dab98e07 100644 --- a/pom.xml +++ b/pom.xml @@ -219,7 +219,7 @@ limitations under the License. - ${env.GPG_PASSPHRASE} +