1name: Sync Repo to GitLab
2
3on: push
4
5jobs:
6 sync:
7 runs-on: ubuntu-latest
8 steps:
9 - uses: keninkujovic/gitlab-sync@2.0.0
10 with:
11 gitlab_url: https://git.stream.place/streamplace/streamplace.git
12 username: streamplace-robot
13 gitlab_pat: ${{ secrets.GITLAB_PAT }}