Skip to content

Commit e8beb87

Browse files
Update gitlab-mirror.yml
1 parent c1fd627 commit e8beb87

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/gitlab-mirror.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Mirror to GitLab
2-
on:
2+
on:
33
push:
44
branches:
55
- main
@@ -21,14 +21,17 @@ jobs:
2121
uses: crazy-max/ghaction-import-gpg@v5
2222
with:
2323
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
24+
passphrase: ""
2425
git_user_signingkey: true
2526
git_commit_gpgsign: true
2627
git_user_email: ${{ secrets.GPG_USER_EMAIL }}
2728
git_committer_email: ${{ secrets.GPG_USER_EMAIL }}
28-
trust_level: 5
29+
trust_level: ultimate
2930
git_config_global: true
3031

31-
- uses: pixta-dev/repository-mirroring-action@v1
32+
- name: Mirror to GitLab
33+
uses: pixta-dev/repository-mirroring-action@v1
3234
with:
3335
target_repo_url: [email protected]:alphabetanetcom/secure-python-code-manager.git
3436
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
37+
commit_message: Mirror from GitHub.

0 commit comments

Comments
 (0)