Skip to content

Commit d1781f0

Browse files
committed
Import app private key
1 parent b2173ef commit d1781f0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/commit-tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ jobs:
4040
git config --global user.name "Application Collection Bot"
4141
git config --global user.email "[email protected]"
4242
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+
4352
- name: Generate empty commit
4453
id: generate-images
4554
env:

0 commit comments

Comments
 (0)