We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52714d commit 406c5fcCopy full SHA for 406c5fc
.github/workflows/release.yml
@@ -20,11 +20,19 @@ jobs:
20
uses: actions/setup-go@v2
21
with:
22
go-version: 1.16.x
23
+ -
24
+ name: Import GPG key
25
+ id: import_gpg
26
+ uses: crazy-max/[email protected]
27
+ with:
28
+ gpg-private-key: ${{ secrets.MEROXA_MACHINE_GPG_KEY }}
29
+ passphrase: ${{ secrets.MEROXA_MACHINE_GPG_PASSPHRASE }}
30
-
31
name: Run GoReleaser
32
uses: goreleaser/goreleaser-action@v1
33
34
version: latest
35
args: release --rm-dist
36
env:
37
+ GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
38
GITHUB_TOKEN: ${{ secrets.MEROXA_MACHINE }}
0 commit comments