Skip to content

Commit 98cdce5

Browse files
ci: use standard GPG signing key (#384)
1 parent 506b31f commit 98cdce5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
3131
id: import_gpg
3232
with:
33-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
33+
gpg_private_key: ${{ secrets.GPG_KEY }}
34+
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
3435
- name: Run GoReleaser
3536
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
3637
with:

0 commit comments

Comments
 (0)