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 57ef6ca commit 4198bc7Copy full SHA for 4198bc7
.github/workflows/release.yml
@@ -49,9 +49,9 @@ jobs:
49
- name: Import GPG key
50
id: import_gpg
51
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4
52
- env:
53
- GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
54
- PASSPHRASE: ${{ secrets.PASSPHRASE }}
+ with:
+ gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
+ passphrase: ${{ secrets.PASSPHRASE }}
55
- name: Set the user terminal
56
run: export GPG_TTY=$(tty)
57
- name: Run GoReleaser
0 commit comments