File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : Mirror to GitLab
2
- on :
2
+ on :
3
3
push :
4
4
branches :
5
5
- main
@@ -21,14 +21,17 @@ jobs:
21
21
uses : crazy-max/ghaction-import-gpg@v5
22
22
with :
23
23
gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
24
+ passphrase : " "
24
25
git_user_signingkey : true
25
26
git_commit_gpgsign : true
26
27
git_user_email : ${{ secrets.GPG_USER_EMAIL }}
27
28
git_committer_email : ${{ secrets.GPG_USER_EMAIL }}
28
- trust_level : 5
29
+ trust_level : ultimate
29
30
git_config_global : true
30
31
31
- - uses : pixta-dev/repository-mirroring-action@v1
32
+ - name : Mirror to GitLab
33
+ uses : pixta-dev/repository-mirroring-action@v1
32
34
with :
33
35
target_repo_url : git@gitlab.com:alphabetanetcom/secure-python-code-manager.git
34
36
ssh_private_key : ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
37
+ commit_message : Mirror from GitHub.
You can’t perform that action at this time.
0 commit comments