Skip to content

Commit

Permalink
HV-**** Use env variable name instead of the passphrase in GPG config…
Browse files Browse the repository at this point in the history
…uration
  • Loading branch information
marko-bekhta committed May 16, 2024
1 parent aee1e0f commit 126d1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@
</goals>
<configuration>
<homedir>${env.RELEASE_GPG_HOMEDIR}</homedir>
<passphrase>${env.RELEASE_GPG_PASSPHRASE}</passphrase>
<passphraseEnvName>RELEASE_GPG_PASSPHRASE</passphraseEnvName>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 126d1e9

Please sign in to comment.