Skip to content

Commit 869debe

Browse files
committed
chore: Adding gpg keys
1 parent 96a6646 commit 869debe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
server-id: 'central'
3030
server-username: OSSRH_USERNAME
3131
server-password: OSSRH_PASSWORD
32+
gpg-private-key: ${{ secrets.OSS_SONATYPE_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
33+
gpg-passphrase: OSS_SONATYPE_GPG_PASSPHRASE # env variable for GPG private key passphrase
3234
cache: 'maven'
3335
- name: Prepare
3436
run: |

0 commit comments

Comments
 (0)