Skip to content

Commit d84c9a9

Browse files
committed
Chore: Replaces gpg with maven_gpg variables
1 parent 888bb8f commit d84c9a9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
env:
6161
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
6262
MAVEN_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
63-
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
63+
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

java/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
<arg>--pinentry-mode</arg>
157157
<arg>loopback</arg>
158158
</gpgArguments>
159+
<passphrase>${env.MAVEN_GPG_PASSPHRASE}</passphrase>
159160
</configuration>
160161
<executions>
161162
<execution>

0 commit comments

Comments
 (0)