Skip to content

Commit

Permalink
Merge pull request #151 from StatusCakeDev/update-signing-key
Browse files Browse the repository at this point in the history
ci: update signing key
  • Loading branch information
tomasbasham authored Oct 6, 2023
2 parents 76b3b53 + 4e8898a commit 5e4b576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
gpg_private_key: ${{ secrets.ARTEFACT_SIGNING_KEY }}
passphrase: ${{ secrets.ARTEFACT_SIGNING_KEY_PASSPHRASE }}
- uses: goreleaser/goreleaser-action@v4
with:
version: latest
Expand Down

0 comments on commit 5e4b576

Please sign in to comment.