From 3fb245d62ddeb3c319f75c4c82aa832eb6fddf3f Mon Sep 17 00:00:00 2001 From: Tu Nguyen Date: Fri, 22 Jul 2022 10:12:14 -0700 Subject: [PATCH] fix gpg gh action --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b13c195..ee856d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,8 +29,8 @@ jobs: - name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v5 - env: - gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} + with: + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.PASSPHRASE }} - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2