Skip to content

Commit 3ab4f0a

Browse files
authored
Gitlab Sync
1 parent 5a0542a commit 3ab4f0a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/main.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: GitlabSync
2+
3+
on:
4+
- push
5+
- delete
6+
7+
jobs:
8+
sync:
9+
runs-on: ubuntu-latest
10+
name: Git Repo Sync
11+
steps:
12+
- uses: actions/checkout@v2
13+
with:
14+
fetch-depth: 0
15+
- uses: champ-hub/carm-roofline@main
16+
with:
17+
target-url: ${{ secrets.TARGET_URL }}
18+
target-username: ${{ secrets.TARGET_USERNAME }}
19+
target-token: ${{ secrets.TARGET_TOKEN }}

0 commit comments

Comments
 (0)