Skip to content

Commit e9bbea1

Browse files
committed
Updates Maven Central artifact deployment signing
Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
1 parent 0ef6df1 commit e9bbea1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ jobs:
3232
env:
3333
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3434
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
35+
OSSRH_GPG_SECRET_KEY_PASSWORD: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
<arg>--pinentry-mode</arg>
164164
<arg>loopback</arg>
165165
</gpgArguments>
166+
<passphrase>${env.OSSRH_GPG_SECRET_KEY_PASSWORD}</passphrase>
166167
</configuration>
167168
</execution>
168169
</executions>

0 commit comments

Comments
 (0)