From 7483db121644c18c2d5cde44a1087803fe1deda1 Mon Sep 17 00:00:00 2001 From: Holly Cummins Date: Tue, 18 Jun 2024 21:48:17 +0100 Subject: [PATCH] Second part of token handling improvement --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2829a88..9b90b00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,6 +53,7 @@ jobs: env: MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }} MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }} + MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - name: Adjust tag for documentation changes run: |