Skip to content

Commit 115621a

Browse files
devopsotratorIvanSol
authored andcommitted
Create main.yml
1 parent 65472ee commit 115621a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/main.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Mirroring
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+
[email protected]:courses/msai-algorithms.git
16+
ssh_private_key:
17+
${{ secrets.GITLAB_SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)