Skip to content

Commit a08e6f4

Browse files
committed
set git config singing key
1 parent ca04373 commit a08e6f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
if: steps.uncommitted_indices.outputs.has_changes == 'true'
4242
run: |
4343
echo "${{ secrets.BOT_PGP_KEY }}" | gpg --import --batch
44+
git config --global user.signingkey "[email protected]"
4445
git config --global user.name "Cloudnode [bot]"
4546
git config --global user.email "[email protected]"
4647
git add "**/index.ts"

0 commit comments

Comments
 (0)