Skip to content

Commit f5f48ff

Browse files
committed
🐎 ci(root)!: 更新turbo远程缓存使用的环境变量。增加参考资料。
1 parent 25b831e commit f5f48ff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/vercel-deploy-tool.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ env:
88
# 根据 vercel-deploy-tool 部署配置来决定是否需要以下环境变量
99
# VERCEL_ORG_ID: ${{ secrets.vercel_orgId }}
1010
# VERCEL_PROJECT_ID: ${{ secrets.vercel_projectId }}
11-
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
12-
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
11+
# https://turborepo.com/docs/crafting-your-repository/constructing-ci#enabling-remote-caching
12+
# https://vercel.com/docs/monorepos/remote-caching#use-remote-caching-from-external-ci/cd
13+
TURBO_TOKEN: ${{ secrets.vercel_token }}
14+
TURBO_TEAM: "ruancat-vercel-team"
1315

1416
on:
1517
push:

0 commit comments

Comments
 (0)