Skip to content

Commit

Permalink
ci: set pgp passphrase from environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy authored Sep 12, 2023
1 parent 7e904c9 commit f74c1d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,9 @@
<goal>sign</goal>
</goals>
</execution>
<configuration>
<passphrase>${env.gpg.passphrase}</passphrase>
</configuration>
</executions>
</plugin>
</plugins>
Expand Down

0 comments on commit f74c1d7

Please sign in to comment.