Skip to content

Commit c2d921f

Browse files
Update build.yml for 2026S secrets
1 parent 4625951 commit c2d921f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
score_json=$(jq -n \
7979
--arg channel github \
80-
--argjson courseId ${{ secrets.RCORE_2025_AUTUMN_COURSE_ID }} \
80+
--argjson courseId ${{ secrets.RCORE_2026_SPRING_COURSE_ID }} \
8181
--arg name ${{ github.actor }} \
8282
--argjson score $score \
8383
--argjson totalScore 500 \
@@ -86,7 +86,7 @@ jobs:
8686
response=$(curl -X POST ${{ secrets.COURSE_POST_API }} \
8787
-H "accept: application/json;charset=utf-8" \
8888
-H "Content-Type: application/json" \
89-
-H "token: ${{ secrets.RCORE_2025_AUTUMN_TOKEN }}" \
89+
-H "token: ${{ secrets.RCORE_2026_SPRING_TOKEN }}" \
9090
-d "$score_json" \
9191
-v)
9292

0 commit comments

Comments
 (0)