Skip to content

Commit f482dcd

Browse files
committed
Update GH Action to import GPG key
1 parent eb8b1b2 commit f482dcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232

3333
- name: Import GPG key
3434
id: import_gpg
35-
uses: yannh/ghaction-import-gpg@v2.1.0
36-
env:
37-
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
35+
uses: yannh/ghaction-import-gpg[email protected].0
36+
with:
37+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3838

3939
- name: Run GoReleaser
4040
uses: yannh/[email protected]

0 commit comments

Comments
 (0)