From 4dd89459a332d1fc10da24930c134c1d7742e979 Mon Sep 17 00:00:00 2001 From: Pat Losoponkul Date: Mon, 24 Jun 2024 16:38:17 +0700 Subject: [PATCH] ci: use official hyperledger gpg key 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: