Skip to content

Commit 5e4b576

Browse files
authored
Merge pull request #151 from StatusCakeDev/update-signing-key
ci: update signing key
2 parents 76b3b53 + 4e8898a commit 5e4b576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- id: import_gpg
1919
uses: crazy-max/ghaction-import-gpg@v5
2020
with:
21-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
22-
passphrase: ${{ secrets.GPG_PASSPHRASE }}
21+
gpg_private_key: ${{ secrets.ARTEFACT_SIGNING_KEY }}
22+
passphrase: ${{ secrets.ARTEFACT_SIGNING_KEY_PASSPHRASE }}
2323
- uses: goreleaser/goreleaser-action@v4
2424
with:
2525
version: latest

0 commit comments

Comments
 (0)