Skip to content

Commit b662d96

Browse files
authored
ci: set pgp passphrase from environment variable
1 parent 5b245fd commit b662d96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,9 @@
305305
<goals>
306306
<goal>sign</goal>
307307
</goals>
308+
<configuration>
309+
<passphrase>${env.gpg.passphrase}</passphrase>
310+
</configuration>
308311
</execution>
309312
</executions>
310313
</plugin>

0 commit comments

Comments
 (0)