Skip to content

Commit 0eb23c1

Browse files
committed
chore: cicici
1 parent 44284be commit 0eb23c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4646
4747
lint-and-check:
48-
name: 代码检查与构建测试
48+
name: 代码检查
4949
runs-on: ubuntu-latest
5050
needs: setup
5151

@@ -91,6 +91,9 @@ jobs:
9191

9292
- name: 生成 Astro 类型
9393
run: pnpm astro sync
94+
env:
95+
NOTION_TOKEN: ${{ secrets.NOTION_TOKEN }}
96+
NOTION_DATABASE_ID: ${{ secrets.NOTION_DATABASE_ID }}
9497

9598
- name: 运行 TypeScript 类型检查
9699
run: pnpm type-check

0 commit comments

Comments
 (0)