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 ac2ca30 commit eb40609Copy full SHA for eb40609
.github/workflows/gitlab-mirror.yml
@@ -23,8 +23,8 @@ jobs:
23
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
24
git_user_signingkey: true
25
git_commit_gpgsign: true
26
- git_user_email: "wwwypycc@gmail.com"
27
- git_committer_email: "wwwypycc@gmail.com"
+ git_user_email: ${{ secrets.GPG_USER_EMAIL }}
+ git_committer_email: ${{ secrets.GPG_USER_EMAIL }}
28
trust_level: 5
29
git_config_global: true
30
fingerprint: "816A91C1BA9817514749A1F8AAD5EEF872EAD871"
0 commit comments