Skip to content

Commit 3630728

Browse files
committed
feat: Add new GitLab mirroring GitHub Action
1 parent 61151a7 commit 3630728

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
with:
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

Comments
 (0)