Skip to content

Commit bf048bf

Browse files
Update gitlab-mirror.yml
1 parent 3bfd8c6 commit bf048bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gitlab-mirror.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
git_commit_gpgsign: true
2727
git_user_email: ${{ secrets.GPG_USER_EMAIL }}
2828
git_committer_email: ${{ secrets.GPG_USER_EMAIL }}
29+
git_committer_name: "GitHub Actions"
30+
git_author_name: "GitHub Actions"
2931
trust_level: ultimate
3032
git_config_global: true
3133

@@ -35,3 +37,5 @@ jobs:
3537
target_repo_url: [email protected]:alphabetanetcom/local-python-code-protector.git
3638
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
3739
commit_message: Mirror from GitHub.
40+
git_config_name: "GitHub Actions"
41+
git_config_email: ${{ secrets.GPG_USER_EMAIL }}

0 commit comments

Comments
 (0)