Skip to content

Commit a1a5f55

Browse files
authored
docs: adjust wording around vercelOrgId to team id (#42)
1 parent a22bc8b commit a1a5f55

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This short guide will demonstrate how the extension can be used to automatically
5555
name: Deploy
5656
inputs:
5757
vercelProjectId: "<project-id>"
58-
vercelOrgId: "<org-id>"
58+
vercelOrgId: "<team-id>"
5959
vercelToken: "<vercel-token>" # '$(VERCEL_TOKEN)'
6060
production: true
6161
```
@@ -114,7 +114,7 @@ The configuration inputs `vercelProjectID`, `vercelOrgID`, and `vercelToken` can
114114

115115
- `vercelOrgId`
116116

117-
The ID of your Vercel Org.
117+
The ID of the Vercel Team your Vercel Project is associated with. Starts with `team_`.
118118

119119
Can alternatively be set as the environment variable `VERCEL_ORG_ID`.
120120

vercel-deployment-task-source/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"type": "string",
2828
"label": "Vercel Org ID",
2929
"required": false,
30-
"helpMarkDown": "The ID of your Vercel Org. Can also be set as the environment variable `VERCEL_ORG_ID`."
30+
"helpMarkDown": "The ID of the Vercel Team your Vercel Project is associated with. Starts with `team_`. Can also be set as the environment variable `VERCEL_ORG_ID`."
3131
},
3232
{
3333
"name": "vercelToken",
@@ -113,4 +113,4 @@
113113
"target": "dist/index.js"
114114
}
115115
}
116-
}
116+
}

0 commit comments

Comments
 (0)