Skip to content

Commit 09f7bcf

Browse files
manNomiclaude
andcommitted
fix: restore VERCEL_ORG_ID env variable
Personal Vercel account (Hobby Plan) still requires VERCEL_ORG_ID as environment variable. Only removed --scope from vercel link command. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 22edf65 commit 09f7bcf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ permissions:
33
contents: write
44

55
env:
6+
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
67
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
78
VERCEL_ENV: preview
89

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ permissions:
44
contents: write
55

66
env:
7+
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
78
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
89
VERCEL_ENV: production
910

0 commit comments

Comments
 (0)