Skip to content

Commit 4198bc7

Browse files
authored
chore: Changes from env variable to input in Import GPG key (#1898)
1 parent 57ef6ca commit 4198bc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
- name: Import GPG key
5050
id: import_gpg
5151
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4
52-
env:
53-
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
54-
PASSPHRASE: ${{ secrets.PASSPHRASE }}
52+
with:
53+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
54+
passphrase: ${{ secrets.PASSPHRASE }}
5555
- name: Set the user terminal
5656
run: export GPG_TTY=$(tty)
5757
- name: Run GoReleaser

0 commit comments

Comments
 (0)