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 25b831e commit f5f48ffCopy full SHA for f5f48ff
.github/workflows/vercel-deploy-tool.yaml
@@ -8,8 +8,10 @@ env:
8
# 根据 vercel-deploy-tool 部署配置来决定是否需要以下环境变量
9
# VERCEL_ORG_ID: ${{ secrets.vercel_orgId }}
10
# VERCEL_PROJECT_ID: ${{ secrets.vercel_projectId }}
11
- TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
12
- TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
+ # https://turborepo.com/docs/crafting-your-repository/constructing-ci#enabling-remote-caching
+ # 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"
15
16
on:
17
push:
0 commit comments