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 4625951 commit c2d921fCopy full SHA for c2d921f
1 file changed
.github/workflows/build.yml
@@ -77,7 +77,7 @@ jobs:
77
78
score_json=$(jq -n \
79
--arg channel github \
80
- --argjson courseId ${{ secrets.RCORE_2025_AUTUMN_COURSE_ID }} \
+ --argjson courseId ${{ secrets.RCORE_2026_SPRING_COURSE_ID }} \
81
--arg name ${{ github.actor }} \
82
--argjson score $score \
83
--argjson totalScore 500 \
@@ -86,7 +86,7 @@ jobs:
86
response=$(curl -X POST ${{ secrets.COURSE_POST_API }} \
87
-H "accept: application/json;charset=utf-8" \
88
-H "Content-Type: application/json" \
89
- -H "token: ${{ secrets.RCORE_2025_AUTUMN_TOKEN }}" \
+ -H "token: ${{ secrets.RCORE_2026_SPRING_TOKEN }}" \
90
-d "$score_json" \
91
-v)
92
0 commit comments