Skip to content

Commit f87470c

Browse files
authored
Update release.yml
Signed-off-by: Stian Thorgersen <[email protected]>
1 parent c210db7 commit f87470c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
- name: Import GPG key
4040
id: import_gpg
4141
uses: crazy-max/ghaction-import-gpg@v6
42-
env:
43-
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
44-
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
42+
with:
43+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
44+
passphrase: ${{ secrets.GPG_PASSPHRASE }}
4545

4646
- name: Get tag name
4747
id: get_tag_name

0 commit comments

Comments
 (0)