Skip to content

Commit

Permalink
directly rely on gpg-passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasl committed Sep 28, 2023
1 parent 3174a10 commit cf259ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} # Full private key blob
gpg-passphrase: ${{ secrets.SIGN_KEY_PASS }} # Password chosen when creating the GPG key
gpg-passphrase: GPG_PASS

- name: Deploy with Maven
run: mvn --batch-mode clean deploy
Expand Down
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,6 @@
<arg>loopback</arg>
<arg>--no-tty</arg>
</gpgArguments>
<passphrase>
${env.GPG_PASS}
</passphrase>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit cf259ed

Please sign in to comment.