Skip to content

Commit 101794f

Browse files
committed
ci: set pgp passphrase from environment variable
1 parent 7e904c9 commit 101794f

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
@@ -388,6 +388,9 @@
388388
<goals>
389389
<goal>sign</goal>
390390
</goals>
391+
<configuration>
392+
<passphrase>${env.gpg.passphrase}</passphrase>
393+
</configuration>
391394
</execution>
392395
</executions>
393396
</plugin>

0 commit comments

Comments
 (0)