From a46a2f118bb059d155988fbdaa99da5ac6b41cd6 Mon Sep 17 00:00:00 2001 From: Stephan Kulla Date: Mon, 11 May 2026 06:33:52 +0200 Subject: [PATCH] chore(ci/cd): Add repository name to sync workflow --- .github/workflows/sync-to-gitlab.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-to-gitlab.yml b/.github/workflows/sync-to-gitlab.yml index 992c6a1..3cee68a 100644 --- a/.github/workflows/sync-to-gitlab.yml +++ b/.github/workflows/sync-to-gitlab.yml @@ -10,5 +10,6 @@ jobs: steps: - uses: kulla/sync-to-gitlab@v1 with: + repository_name: rsbuild-react-starter-template owner: stephan_kulla token: ${{ secrets.GITLAB_TOKEN }}