From 8813f5ce6bbc34d992657048d50bc3df39a35d3e Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Wed, 22 Nov 2023 23:08:06 -0800 Subject: [PATCH] Update publish_release_branch.yml --- .github/workflows/publish_release_branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_release_branch.yml b/.github/workflows/publish_release_branch.yml index acbf398734..1baa7e84bb 100644 --- a/.github/workflows/publish_release_branch.yml +++ b/.github/workflows/publish_release_branch.yml @@ -22,7 +22,7 @@ jobs: server-id: sonatype-nexus-staging server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD - gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} + gpg-private-key: ${{ secrets.OSSRH_GPG_SECRET_KEY }} gpg-passphrase: MAVEN_GPG_PASSPHRASE - name: Maven Install and Site with Code Coverage env: