Skip to content

Commit

Permalink
chore: Changes from env variable to input in Import GPG key (#1898)
Browse files Browse the repository at this point in the history
  • Loading branch information
oarbusi committed Feb 1, 2024
1 parent 57ef6ca commit 4198bc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -49,9 +49,9 @@ jobs:
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Set the user terminal
run: export GPG_TTY=$(tty)
- name: Run GoReleaser
Expand Down

0 comments on commit 4198bc7

Please sign in to comment.