We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6499e4c commit fbb4668Copy full SHA for fbb4668
1 file changed
.github/workflows/release.yml
@@ -36,11 +36,10 @@ jobs:
36
# or use an alternative one for key handling.
37
- name: Import GPG key
38
id: import_gpg
39
- uses: hashicorp/ghaction-import-gpg@v2.1.0
40
- env:
41
- # These secrets will need to be configured for the repository:
42
- GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
43
- PASSPHRASE: ${{ secrets.PASSPHRASE }}
+ uses: crazy-max/ghaction-import-gpg@v5.0.0
+ with:
+ gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
+ passphrase: ${{ secrets.PASSPHRASE }}
44
- name: Run GoReleaser
45
uses: goreleaser/goreleaser-action@v3.0.0
46
with:
0 commit comments