Skip to content

Commit a69e80e

Browse files
Update GitHub Deploy config
1 parent 8170ed9 commit a69e80e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@
5959
</goals>
6060
</execution>
6161
</executions>
62+
<configuration>
63+
<gpgArguments>
64+
<arg>--batch</arg>
65+
<arg>--pinentry-mode</arg>
66+
<arg>loopback</arg>
67+
</gpgArguments>
68+
<passphrase>${env.GPG_PASSPHRASE}</passphrase>
69+
</configuration>
6270
</plugin>
6371
</plugins>
6472
</build>

0 commit comments

Comments
 (0)