We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e866a78 commit ee3a7fcCopy full SHA for ee3a7fc
.github/workflows/release.yaml
@@ -25,9 +25,9 @@ jobs:
25
- name: Import GPG key
26
id: import_gpg
27
uses: crazy-max/ghaction-import-gpg@72b6676b71ab476b77e676928516f6982eef7a41 # v5.3.0
28
- env:
29
- GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
30
- PASSPHRASE: ${{ secrets.PASSPHRASE }}
+ with:
+ gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
+ passphrase: ${{ secrets.PASSPHRASE }}
31
32
- name: Run GoReleaser
33
uses: goreleaser/goreleaser-action@b953231f81b8dfd023c58e0854a721e35037f28b # v2.9.1
0 commit comments