This is an automated email from the ASF dual-hosted git repository.

xxyu pushed a commit to branch kylin5-tmp
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit f2e5c6d73de570575c0b9386e706a098aa10b2fb
Author: XiaoxiangYu <x...@apache.org>
AuthorDate: Mon Sep 11 18:02:45 2023 +0800

    Update
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index f20580d87c..7526a44086 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3599,8 +3599,11 @@
                                 <gpgArgument>--batch</gpgArgument>
                                 <gpgArgument>--pinentry-mode</gpgArgument>
                                 <gpgArgument>loopback</gpgArgument>
+                                <gpgArgument>--passphrase</gpgArgument>
+                                <gpgArgument>${GPG_PASSPHRASE}</gpgArgument>
                             </gpgArguments>
                             <keyname>FE51C3EF</keyname>
+                            <passphrase>${gpg.passphrase}</passphrase>
                             <defaultKeyring>false</defaultKeyring>
                             <useAgent>false</useAgent>
                             <interactive>false</interactive>

Reply via email to