Skip to content

Commit

Permalink
🐎 ci: VERCEL_TOKEN 尝试能否读取;
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-cat committed Mar 24, 2024
1 parent 6270a58 commit f7e2a3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/monorepo-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@main
- uses: amondnet/[email protected]
with:
vercel-token: ${{ secrets.VERCL_TOKEN_MONOREPO_TEST }} # Required
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
vercel-org-id: ${{ secrets.ORG_ID}} #Required
vercel-project-id: ${{ secrets.PROJECT_ID}} #Required
working-directory: ./packages/monorepo-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/monorepo-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@main
- uses: amondnet/[email protected]
with:
vercel-token: ${{ secrets.VERCL_TOKEN_MONOREPO_TEST }} # Required
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
vercel-org-id: ${{ secrets.ORG_ID}} #Required
vercel-project-id: ${{ secrets.PROJECT_ID}} #Required
working-directory: ./packages/monorepo-2
Expand Down

0 comments on commit f7e2a3b

Please sign in to comment.