We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394887d commit a3e3211Copy full SHA for a3e3211
1 file changed
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
go-version: 1.18
29
- name: Import GPG key
30
id: import_gpg
31
- uses: paultyng/ghaction-import-gpg@v6
+ uses: crazy-max/ghaction-import-gpg@v6
32
with:
33
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
34
passphrase: ${{ secrets.PASSPHRASE }}
0 commit comments