Skip to content

Commit 5ca4479

Browse files
committed
fix: add COURSE_IDS to deploy step env so meta table gets written
1 parent d40a8f1 commit 5ca4479

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ jobs:
182182
env:
183183
STUID: ${{ secrets.STUID }}
184184
UISPSW: ${{ secrets.UISPSW }}
185+
COURSE_IDS: ${{ secrets.COURSE_IDS }}
185186
DASHSCOPE_API_KEY: ${{ secrets.DASHSCOPE_API_KEY }}
186187
SMTP_PASSWORD: ${{ secrets.SMTP_PASSWORD }}
187188
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)