Skip to content

Commit

Permalink
🐎 ci: 尝试手动增加环境变量;
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-cat committed Mar 24, 2024
1 parent 41120f7 commit d95bdc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/monorepo-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: monorepo-1
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
on:
push:
branches-ignore:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/monorepo-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: monorepo-2
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
on:
push:
branches-ignore:
Expand Down

0 comments on commit d95bdc3

Please sign in to comment.