Skip to content

Commit 2400d2f

Browse files
committed
use project token instead of personal token
1 parent c193470 commit 2400d2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gitlab-mirror.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
steps:
99
- uses: actions/checkout@v1
1010
- name: Mirror + trigger CI
11-
uses: SvanBoxel/gitlab-mirror-and-ci-action@master
11+
uses: Gallium70/gitlab-mirror-and-ci-action@master
1212
with:
1313
args: "https://git.tsinghua.edu.cn/os-lab/public/rcore-tutorial-code-2022s"
1414
env:
1515
GITLAB_HOSTNAME: "git.tsinghua.edu.cn"
16-
GITLAB_USERNAME: "youyy18"
17-
GITLAB_PASSWORD: ${{secrets.GITLAB_PASSWORD}}
1816
GITLAB_PROJECT_ID: "12002"
17+
GITLAB_PROJECT_NAME: "rcore-tutorial-code-2022s"
18+
GITLAB_PROJECT_TOKEN: ${{secrets.GITLAB_PROJECT_TOKEN}}
1919
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)