Skip to content

Commit

Permalink
Add gpg configuration suggested by https://github.com/actions/setup-j…
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon authored and Error Prone Team committed Aug 3, 2022
1 parent 8cb1a77 commit c8c381b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,12 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit c8c381b

Please sign in to comment.