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 b2173ef commit d1781f0Copy full SHA for d1781f0
.github/workflows/commit-tests.yml
@@ -40,6 +40,15 @@ jobs:
40
git config --global user.name "Application Collection Bot"
41
git config --global user.email "[email protected]"
42
43
+ - name: Import GPG key
44
+ id: import_gpg
45
+ uses: crazy-max/ghaction-import-gpg@v2
46
+ with:
47
+ git_user_signingkey: true
48
+ git_commit_gpgsign: true
49
+ env:
50
+ GPG_PRIVATE_KEY: ${{ env.PRIVATE_KEY }}
51
+
52
- name: Generate empty commit
53
id: generate-images
54
env:
0 commit comments