Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit d61cdf2

Browse files
committed
change gh actions gpg import module
1 parent 7d328ed commit d61cdf2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ jobs:
8888
with:
8989
path: ${{ runner.temp }}/artifacts
9090
- name: Import GPG key
91-
uses: paultyng/ghaction-import-gpg@v2.1.0
92-
env:
93-
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
94-
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
91+
uses: crazy-max/ghaction-import-gpg@v3
92+
with:
93+
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
94+
passphrase: ${{ secrets.GPG_PASSPHRASE }}
9595
- name: Generate checksums and sign
9696
id: gen
9797
working-directory: ${{ runner.temp }}/artifacts

0 commit comments

Comments
 (0)