Skip to content

Commit 1b85f3d

Browse files
authored
Create sync-to-gitlab.yml
1 parent 7fc5495 commit 1b85f3d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)