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 d9b2675 commit 21f3cbcCopy full SHA for 21f3cbc
.github/workflows/gitlab-mirror.yml
@@ -0,0 +1,24 @@
1
+name: Mirror to GitLab
2
+on:
3
+ push:
4
+ branches:
5
+ - main
6
+ - master
7
+ delete:
8
9
10
11
+
12
+jobs:
13
+ mirror:
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - uses: actions/checkout@v2
17
+ with:
18
+ fetch-depth: 0
19
+ - uses: pixta-dev/repository-mirroring-action@v1
20
21
+ target_repo_url:
22
+ git@gitlab.com:alphabetanetcom/secure-python-code-manager.git
23
+ ssh_private_key:
24
+ ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
0 commit comments