We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.env
1 parent 0ff743c commit a6f7189Copy full SHA for a6f7189
2 files changed
.env
@@ -0,0 +1 @@
1
+GPG_PASSPHRASE=op://offixa/env/GPG_PASSPHRASE
pom.xml
@@ -88,6 +88,7 @@
88
<artifactId>maven-gpg-plugin</artifactId>
89
<version>3.1.0</version>
90
<configuration>
91
+ <keyname>25E6E15AAFBA4DCD</keyname>
92
<passphrase>${env.GPG_PASSPHRASE}</passphrase>
93
<gpgArguments>
94
<arg>--pinentry-mode</arg>
0 commit comments