We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670d9a0 commit f31cd84Copy full SHA for f31cd84
.github/workflows/maven-publish.yml
@@ -43,8 +43,10 @@ jobs:
43
44
- name: Set Default GPG Key
45
run: |
46
+ echo "$GPG_PRIVATE_KEY" | gpg --batch --import
47
gpg --default-key "$GPG_KEYNAME" --list-secret-keys
48
env:
49
+ GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
50
GPG_KEYNAME: ${{ secrets.GPG_KEYNAME }}
51
52
- name: Set version
pom.xml
@@ -150,8 +150,6 @@
150
<arg>--pinentry-mode</arg>
151
<arg>loopback</arg>
152
</gpgArguments>
153
- <keyname>${env.GPG_KEYNAME}</keyname>
154
- <passphrase>${env.GPG_PASSPHRASE}</passphrase>
155
</configuration>
156
</execution>
157
</executions>
0 commit comments