We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051f3b8 commit 3c3a721Copy full SHA for 3c3a721
1 file changed
.github/workflows/ci-changelog.yaml
@@ -19,6 +19,14 @@ jobs:
19
with:
20
python-version: '3.12'
21
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
+
30
- name: Create Changelog file
31
run: |
32
make changelog
0 commit comments