Skip to content

Commit f0d83cf

Browse files
Update gitlab-mirror.yml
1 parent eb40609 commit f0d83cf

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/gitlab-mirror.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0
19-
19+
2020
- name: Import GPG key
2121
uses: crazy-max/ghaction-import-gpg@v5
2222
with:
@@ -27,11 +27,8 @@ jobs:
2727
git_committer_email: ${{ secrets.GPG_USER_EMAIL }}
2828
trust_level: 5
2929
git_config_global: true
30-
fingerprint: "816A91C1BA9817514749A1F8AAD5EEF872EAD871"
31-
30+
3231
- uses: pixta-dev/repository-mirroring-action@v1
3332
with:
34-
target_repo_url:
35-
git@gitlab.com:alphabetanetcom/secure-python-code-manager.git
36-
ssh_private_key:
37-
${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
33+
target_repo_url: git@gitlab.com:alphabetanetcom/secure-python-code-manager.git
34+
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)