Skip to content

Commit 8beac02

Browse files
committed
Add GPG passphrase back to workflow
1 parent 91b3fb8 commit 8beac02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-maven-central.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
server-username: MAVEN_USERNAME
2121
server-password: MAVEN_PASSWORD
2222
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
23+
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2324

2425
- name: Debug GPG keys
2526
run: |
@@ -47,3 +48,4 @@ jobs:
4748
env:
4849
MAVEN_USERNAME: ${{ secrets.CENTRAL_USERNAME }}
4950
MAVEN_PASSWORD: ${{ secrets.CENTRAL_TOKEN }}
51+
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)