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 3, 2024
1 parent eb40609 commit f0d83cf
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/gitlab-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v5
with:
Expand All @@ -27,11 +27,8 @@ jobs:
git_committer_email: ${{ secrets.GPG_USER_EMAIL }}
trust_level: 5
git_config_global: true
fingerprint: "816A91C1BA9817514749A1F8AAD5EEF872EAD871"


- 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 }}
target_repo_url: git@gitlab.com:alphabetanetcom/secure-python-code-manager.git
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}

0 comments on commit f0d83cf

Please sign in to comment.