Skip to content

Commit 9145497

Browse files
authored
Create mirror_to_gitlab.yml
1 parent 7d65519 commit 9145497

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Mirror to GitLab
2+
on:
3+
push:
4+
delete:
5+
create:
6+
7+
jobs:
8+
docs:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: actions/checkout@v1
13+
- uses: spyoungtech/mirror-action@master
14+
with:
15+
REMOTE: 'https://gitlab.hzdr.de/r.speck/pysdc.git'
16+
GIT_USERNAME: r.speck
17+
GIT_PASSWORD: ${{ secrets.GITLAB_SECRET }}
18+
19+

0 commit comments

Comments
 (0)