From 46765d83151985c0c35bed33c64fb26c6bd6aa02 Mon Sep 17 00:00:00 2001 From: patlo-iog Date: Mon, 24 Jun 2024 17:43:50 +0800 Subject: [PATCH] ci: use official hyperledger gpg key (#7) Signed-off-by: Pat Losoponkul --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c388cc..914035e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,10 +43,12 @@ jobs: - uses: crazy-max/ghaction-import-gpg@v3 id: import_gpg with: - gpg-private-key: ${{ secrets.TMP_GPG_PRIVATE }} - # passphrase: ${{ secrets.HYP_BOT_GPG_PASSWORD }} + gpg-private-key: ${{ secrets.HYP_BOT_GPG_PRIVATE }} + passphrase: ${{ secrets.HYP_BOT_GPG_PASSWORD }} git-user-signingkey: true git-commit-gpgsign: true + git_config_global: true + git_tag_gpgsign: true - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: