From bdc7545adf53d439437c8be3b85eca4faabca13b Mon Sep 17 00:00:00 2001 From: Stephan Kulla Date: Thu, 16 Apr 2026 11:37:34 +0200 Subject: [PATCH] chore(ci/cd): Update sync workflow --- .github/workflows/sync-to-gitlab.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}