Skip to content

Commit

Permalink
Update gitlab-mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alphabetanetcom authored Nov 14, 2024
1 parent c1fd627 commit e8beb87
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/gitlab-mirror.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Mirror to GitLab
on:
on:
push:
branches:
- main
Expand All @@ -21,14 +21,17 @@ jobs:
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ""
git_user_signingkey: true
git_commit_gpgsign: true
git_user_email: ${{ secrets.GPG_USER_EMAIL }}
git_committer_email: ${{ secrets.GPG_USER_EMAIL }}
trust_level: 5
trust_level: ultimate
git_config_global: true

- uses: pixta-dev/repository-mirroring-action@v1
- name: Mirror to GitLab
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: git@gitlab.com:alphabetanetcom/secure-python-code-manager.git
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
commit_message: Mirror from GitHub.

0 comments on commit e8beb87

Please sign in to comment.