Skip to content

Commit

Permalink
.github/workflows: update new GPG keys (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm authored Jun 20, 2024
1 parent 1f280a9 commit efbfcb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
id: import_gpg
uses: crazy-max/[email protected]
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY_V2 }}
passphrase: ${{ secrets.PASSPHRASE_V2 }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit efbfcb0

Please sign in to comment.