We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61151a7 commit 7f73e14Copy full SHA for 7f73e14
1 file changed
.github/workflows/gitlab-mirror-test.yml
@@ -0,0 +1,18 @@
1
+name: GitLab Mirror Test
2
+
3
+on: [push, delete]
4
5
+# Ensures that only one mirror task will run at a time.
6
+concurrency:
7
+ group: git-mirror
8
9
+jobs:
10
+ git-mirror:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: wearerequired/git-mirror-action@v1
14
+ env:
15
+ SSH_PRIVATE_KEY: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
16
+ with:
17
+ source-repo: "git@github.com:visualize-admin/visualization-tool.git"
18
+ destination-repo: "git@gitlab.ldbar.ch:interactivethings/visualize-mirroring-test.git"
0 commit comments