diff --git a/.github/workflows/sync-to-gitlab.yml b/.github/workflows/sync-to-gitlab.yml index 03c5459..b590884 100644 --- a/.github/workflows/sync-to-gitlab.yml +++ b/.github/workflows/sync-to-gitlab.yml @@ -11,6 +11,6 @@ jobs: - name: Sync to GitLab uses: kulla/sync-to-gitlab@v1 with: - owner: stephan_kulla - repository_name: serlo-infra + owner: serlo + repository_name: infra token: ${{ secrets.GITLAB_TOKEN }}