Skip to content

Commit ee3a7fc

Browse files
authored
fix: use with parameters in GPG key import action (#56)
1 parent e866a78 commit ee3a7fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- name: Import GPG key
2626
id: import_gpg
2727
uses: crazy-max/ghaction-import-gpg@72b6676b71ab476b77e676928516f6982eef7a41 # v5.3.0
28-
env:
29-
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
30-
PASSPHRASE: ${{ secrets.PASSPHRASE }}
28+
with:
29+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
30+
passphrase: ${{ secrets.PASSPHRASE }}
3131

3232
- name: Run GoReleaser
3333
uses: goreleaser/goreleaser-action@b953231f81b8dfd023c58e0854a721e35037f28b # v2.9.1

0 commit comments

Comments
 (0)