Skip to content

Commit 4be27db

Browse files
authored
Create gitlab.yml
1 parent e11db1f commit 4be27db

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/gitlab.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Gitlab Mirror
2+
3+
on: [push, delete]
4+
5+
jobs:
6+
to_gitlab:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
with:
11+
fetch-depth: 0
12+
- uses: pixta-dev/repository-mirroring-action@v1
13+
with:
14+
target_repo_url:
15+
git@gitlab.com:endeavouros-filemirror/artwork-images-logo.git
16+
ssh_private_key:
17+
${{ secrets.GITLAB_SYNC }}
18+

0 commit comments

Comments
 (0)