Ensure gpg github action has parameters passed properly

(cherry picked from commit 2b2ba8540d1acfa0884e8db1367b32495bc39259)
This commit is contained in:
Dom Del Nano 2023-01-22 22:42:23 -08:00
parent e9f55883e3
commit f7a8fa4959

View File

@ -32,7 +32,7 @@ jobs:
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5.0.0
env:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Run GoReleaser