We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61151a7 commit 3630728Copy full SHA for 3630728
.github/workflows/gitlab-mirror-test.yml
@@ -0,0 +1,16 @@
1
+name: GitLab Mirror Test
2
+
3
+on: [push, delete]
4
5
+jobs:
6
+ git-mirror:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v4
10
+ with:
11
+ fetch-depth: 0
12
+ - uses: yesolutions/mirror-action@master
13
14
+ REMOTE: git@gitlab.ldbar.ch:interactivethings/visualize-mirroring-test.git
15
+ GIT_USERNAME: gitlab+deploy-token-8
16
+ GIT_PASSWORD: ${{ secrets.GITLAB_PASSWORD_TEST }}
0 commit comments