Skip to content

Commit 3c3a721

Browse files
authored
Changelog workflow: add signing key (#158)
add gpg signing key Signed-off-by: Jack Luar <jluar@precisioninno.com>
1 parent 051f3b8 commit 3c3a721

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci-changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ jobs:
1919
with:
2020
python-version: '3.12'
2121

22+
- name: Import GPG key
23+
uses: crazy-max/ghaction-import-gpg@v6
24+
with:
25+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
26+
passphrase: ${{ secrets.GPG_PASSPHRASE }}
27+
git_user_signingkey: true
28+
git_commit_gpgsign: true
29+
2230
- name: Create Changelog file
2331
run: |
2432
make changelog

0 commit comments

Comments
 (0)