Skip to content

Commit

Permalink
Use new gpg key to sign
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsudip authored Jan 12, 2024
1 parent 38c7c8a commit 4dbd269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5.0.0
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
gpg_private_key: ${{ secrets.GPG_ARTIFACT_SIGNING_KEY }}
passphrase: ${{ secrets.GPG_ARTIFACT_SIGNING_PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3.0.0
Expand Down

0 comments on commit 4dbd269

Please sign in to comment.