From 8ccb8f245790cc240343defe45ed32a702df60ee Mon Sep 17 00:00:00 2001 From: Matthew Zember Date: Fri, 15 Jul 2022 16:40:45 -0400 Subject: [PATCH] use crazy-max upstream gpg 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 e9ee79cb..f31d45e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,8 +20,8 @@ jobs: - name: Import GPG key id: import_gpg - uses: hashicorp/ghaction-import-gpg@v2.1.0 - env: + uses: crazy-max/ghaction-import-gpg@v5.0.0 + with: GPG_PRIVATE_KEY: ${{ secrets.TERRAFORM_PROVIDER_GPG_PRIVATE_KEY }} PASSPHRASE: ${{ secrets.TERRAFORM_PROVIDER_GPG_PASSPHRASE }}