Skip to content

Commit e0aa89b

Browse files
committed
update gitlab project id & token
1 parent e7a52d2 commit e0aa89b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gitlab-mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
args: "https://git.tsinghua.edu.cn/os-lab/2025S/ta/rcore-tutorial-checker-2025S"
1616
env:
1717
GITLAB_HOSTNAME: "git.tsinghua.edu.cn"
18-
GITLAB_PROJECT_ID: "34687"
18+
GITLAB_PROJECT_ID: "37681"
1919
GITLAB_PROJECT_NAME: "rcore-tutorial-checker-2025S"
2020
GITLAB_PROJECT_TOKEN: ${{secrets.GITLAB_PROJECT_TOKEN}}
2121
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CHAPTER ?=
33
OFFLINE :=
44
# This is only for TAs to run base test, students do not know the token
55
TOKEN_SHA1 := $(shell echo -n '$(passwd)' | sha1sum | xargs | awk -F' ' '{ print $$1 }')
6-
ifeq ($(TOKEN_SHA1), 2ade230f77ab63c1a4b5abd7c34ea308a692d8e4)
6+
ifeq ($(TOKEN_SHA1), 1c22d32b04178593d7452f5eb5037bda00f73037)
77
BASE := 1
88
BASE_CHAR := b
99
else

0 commit comments

Comments
 (0)