Skip to content

Commit

Permalink
Allow to sign with a sub-key
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed Apr 7, 2023
1 parent 2513603 commit a4338f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ publishing {

signing {
useInMemoryPgpKeys(
System.getenv("GPG_KEY_ID"),
System.getenv("GPG_PRIVATE_KEY"),
System.getenv("GPG_PASSPHRASE")
)
Expand Down

0 comments on commit a4338f9

Please sign in to comment.