Skip to content

Add GitHub Actions workflow for GitLab sync #2

Add GitHub Actions workflow for GitLab sync

Add GitHub Actions workflow for GitLab sync #2

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.PAT }}