Skip to content

Commit eb40609

Browse files
Update gitlab-mirror.yml
1 parent ac2ca30 commit eb40609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gitlab-mirror.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
2424
git_user_signingkey: true
2525
git_commit_gpgsign: true
26-
git_user_email: "[email protected]"
27-
git_committer_email: "[email protected]"
26+
git_user_email: ${{ secrets.GPG_USER_EMAIL }}
27+
git_committer_email: ${{ secrets.GPG_USER_EMAIL }}
2828
trust_level: 5
2929
git_config_global: true
3030
fingerprint: "816A91C1BA9817514749A1F8AAD5EEF872EAD871"

0 commit comments

Comments
 (0)