Skip to content

Commit c23fd08

Browse files
committed
import gpg key in snapshotter
1 parent c22e984 commit c23fd08

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/snapshot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ jobs:
2020
uses: actions/setup-go@v5
2121
with:
2222
go-version: stable
23-
23+
24+
- name: Import GPG key
25+
uses: crazy-max/ghaction-import-gpg@v6
26+
with:
27+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
28+
passphrase: ${{ secrets.GPG_PASSPHRASE }}
29+
2430
- name: Test GoReleaser
2531
uses: goreleaser/goreleaser-action@v6
2632
with:

0 commit comments

Comments
 (0)