Skip to content

Commit

Permalink
ci: fix parameter name of ghaction-import-gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenraad Verheyden committed Oct 10, 2021
1 parent 29ec323 commit a874e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: crazy-max/ghaction-import-gpg@v4
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
id: import_gpg

Expand Down

0 comments on commit a874e6e

Please sign in to comment.