Skip to content

Commit 18a71f3

Browse files
committed
chore: add GPG signing to release workflow
1 parent 31904ed commit 18a71f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@ jobs:
8787
- name: Test
8888
run: pnpm turbo test --force
8989

90+
- name: Import GPG key
91+
uses: crazy-max/ghaction-import-gpg@v6
92+
with:
93+
gpg_private_key: ${{ secrets.GHA_BOT_GPG }}
94+
git_user_signingkey: true
95+
git_commit_gpgsign: true
96+
9097
- name: Create Release Pull Request or Publish to npm
9198
id: changesets
9299
uses: changesets/action@v1

0 commit comments

Comments
 (0)