Skip to content

Commit 5fa8a29

Browse files
authored
Merge pull request #22 from funfried/release/1.x
Switched to env variable for GPG
2 parents 064993a + eb81944 commit 5fa8a29

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.ci.settings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
<id>ci</id>
7777
<properties>
7878
<repoToken>${env.repoToken}</repoToken>
79-
<gpg.passphrase>${env.signing_keypass}</gpg.passphrase>
8079
<skipRemoteStaging>${env.skipRemoteStaging}</skipRemoteStaging>
8180
</properties>
8281
<repositories>

.github/workflows/release_maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
env:
3535
GPG_TTY: $(tty)
3636
MAVEN_OPTS: -Xms128m -Xmx512m -Djansi.force=true --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED
37+
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
3738
gh_username: ${{ secrets.GH_USERNAME }}
3839
gh_token: ${{ secrets.GH_TOKEN }}
3940
sonatype_username: ${{ secrets.SONATYPE_USERNAME }}
4041
sonatype_password: ${{ secrets.SONATYPE_PASSWORD }}
41-
signing_keypass: ${{ secrets.GPG_PASSPHRASE }}
4242
skipRemoteStaging: ${{ secrets.SKIP_REMOTE_STAGING }}

0 commit comments

Comments
 (0)