Skip to content

Commit

Permalink
Configured the gpg plugin to use a specific key instead of the defaul…
Browse files Browse the repository at this point in the history
…t one
  • Loading branch information
torakiki committed Oct 28, 2024
1 parent a20ffa3 commit a994759
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 @@ -145,6 +145,9 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<keyname>${env.PDFSAM_GPG_KEYID}</keyname>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit a994759

Please sign in to comment.