Skip to content

Commit

Permalink
Fixes GPG importing hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
wonko authored Feb 10, 2023
1 parent 5c304d0 commit 6211772
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
go-version: 1.19
-
name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
env:
# These secrets will need to be configured for the repository:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
git_user_signingkey: true
git_commit_gpgsign: true
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit 6211772

Please sign in to comment.