Skip to content

Commit 053cf5b

Browse files
authored
Update sync-to-gitlab.yml
1 parent b0c1365 commit 053cf5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-to-gitlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
GITHUB_TOKEN: ${{ secrets.GH_PAT }} # Required: GitHub PAT with “repo” scope
1616
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }} # Required: GitLab PAT with api+write_repository
1717
GITLAB_GROUP_ID: ${{ secrets.GITLAB_GROUP_ID }} # Required: Numeric GitLab group ID (e.g., “123456”)
18-
GITLAB_GROUP_PATH: mao191-group # GitLab namespace path (public) — change to your group
18+
GITLAB_GROUP_PATH: mao1910-group # GitLab namespace path (public) — change to your group
1919
GITHUB_USER: "mao1910,le-fork" # Comma-separated GitHub usernames to mirror
2020

2121
steps:

0 commit comments

Comments
 (0)