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 c1fd627 commit e8beb87Copy full SHA for e8beb87
.github/workflows/gitlab-mirror.yml
@@ -1,5 +1,5 @@
1
name: Mirror to GitLab
2
-on:
+on:
3
push:
4
branches:
5
- main
@@ -21,14 +21,17 @@ jobs:
21
uses: crazy-max/ghaction-import-gpg@v5
22
with:
23
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
24
+ passphrase: ""
25
git_user_signingkey: true
26
git_commit_gpgsign: true
27
git_user_email: ${{ secrets.GPG_USER_EMAIL }}
28
git_committer_email: ${{ secrets.GPG_USER_EMAIL }}
- trust_level: 5
29
+ trust_level: ultimate
30
git_config_global: true
31
- - uses: pixta-dev/repository-mirroring-action@v1
32
+ - name: Mirror to GitLab
33
+ uses: pixta-dev/repository-mirroring-action@v1
34
35
target_repo_url: [email protected]:alphabetanetcom/secure-python-code-manager.git
36
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
37
+ commit_message: Mirror from GitHub.
0 commit comments