We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c1365 commit 053cf5bCopy full SHA for 053cf5b
.github/workflows/sync-to-gitlab.yml
@@ -15,7 +15,7 @@ jobs:
15
GITHUB_TOKEN: ${{ secrets.GH_PAT }} # Required: GitHub PAT with “repo” scope
16
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }} # Required: GitLab PAT with api+write_repository
17
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
+ GITLAB_GROUP_PATH: mao1910-group # GitLab namespace path (public) — change to your group
19
GITHUB_USER: "mao1910,le-fork" # Comma-separated GitHub usernames to mirror
20
21
steps:
0 commit comments