Fix omport GPG key in workflow

main
nleiva 2022-04-28 12:57:32 -04:00
parent 008973b1f3
commit 0124019fb3
1 changed files with 4 additions and 3 deletions

View File

@ -33,10 +33,11 @@ jobs:
name: Import GPG key name: Import GPG key
id: import_gpg id: import_gpg
uses: crazy-max/ghaction-import-gpg@v4.4.0 uses: crazy-max/ghaction-import-gpg@v4.4.0
env: with:
# These secrets will need to be configured for the repository: # These secrets will need to be configured for the repository:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }} gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.PASSPHRASE }} passphrase: ${{ secrets.PASSPHRASE }}
- -
name: Run GoReleaser name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.9.1 uses: goreleaser/goreleaser-action@v2.9.1