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

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/main by this push:
     new 3704738  Import the GPG private key in `deploy-site-reusable.yaml`
3704738 is described below

commit 3704738550608358a14ca2289fa1f874e931de21
Author: Volkan Yazıcı <vol...@yazi.ci>
AuthorDate: Wed Apr 10 16:53:03 2024 +0200

    Import the GPG private key in `deploy-site-reusable.yaml`
---
 .github/workflows/deploy-site-reusable.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/deploy-site-reusable.yaml 
b/.github/workflows/deploy-site-reusable.yaml
index 8b96b6b..0f80326 100644
--- a/.github/workflows/deploy-site-reusable.yaml
+++ b/.github/workflows/deploy-site-reusable.yaml
@@ -69,6 +69,7 @@ jobs:
           java-package: jdk
           architecture: x64
           cache: maven
+          gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
 
       - name: Build the project
         shell: bash
@@ -111,7 +112,7 @@ jobs:
             site
           cd target/site
           find . -empty -type d -delete
-          find . -print0 | sort --zero-terminated | xargs -0 zip -oX 
/tmp/site.zip
+          find . -print0 | sort --zero-terminated | xargs -0 zip -qoX 
/tmp/site.zip
           echo "SOURCE_COMMIT_ID=$(git rev-parse HEAD)" >> $GITHUB_ENV
 
       - name: Checkout the target branch

Reply via email to