Skip to content

Commit b7ce779

Browse files
committed
update with actions for syncing gitlab
1 parent 3516d83 commit b7ce779

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/main.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Sync Repo to GitLab
2+
3+
on:
4+
push
5+
6+
jobs:
7+
sync:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: keninkujovic/gitlab-sync@2.0.0
11+
with:
12+
gitlab_url: ${{ secrets.GITLAB_URL }}
13+
username: ${{ secrets.USERNAME }}
14+
gitlab_pat: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)