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 eb40609 commit f0d83cfCopy full SHA for f0d83cf
.github/workflows/gitlab-mirror.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v3
17
with:
18
fetch-depth: 0
19
-
+
20
- name: Import GPG key
21
uses: crazy-max/ghaction-import-gpg@v5
22
@@ -27,11 +27,8 @@ jobs:
27
git_committer_email: ${{ secrets.GPG_USER_EMAIL }}
28
trust_level: 5
29
git_config_global: true
30
- fingerprint: "816A91C1BA9817514749A1F8AAD5EEF872EAD871"
31
32
- uses: pixta-dev/repository-mirroring-action@v1
33
34
- target_repo_url:
35
- git@gitlab.com:alphabetanetcom/secure-python-code-manager.git
36
- ssh_private_key:
37
- ${{ 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 commit comments