Skip to content

Sync Repo to GitLab #13

Sync Repo to GitLab

Sync Repo to GitLab #13

Workflow file for this run

name: Sync Repo to GitLab
on:
push
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: keninkujovic/gitlab-sync@2.0.0
with:
gitlab_url: ${{ secrets.GITLAB_URL }}
username: ${{ secrets.USERNAME }}
gitlab_pat: ${{ secrets.GITLAB_PAT }}