Skip to content

Commit

Permalink
docs: adjust wording around vercelOrgId to team id (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
phidol authored Nov 12, 2024
1 parent a22bc8b commit a1a5f55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This short guide will demonstrate how the extension can be used to automatically
name: Deploy
inputs:
vercelProjectId: "<project-id>"
vercelOrgId: "<org-id>"
vercelOrgId: "<team-id>"
vercelToken: "<vercel-token>" # '$(VERCEL_TOKEN)'
production: true
```
Expand Down Expand Up @@ -114,7 +114,7 @@ The configuration inputs `vercelProjectID`, `vercelOrgID`, and `vercelToken` can

- `vercelOrgId`

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

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

Expand Down
4 changes: 2 additions & 2 deletions vercel-deployment-task-source/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"type": "string",
"label": "Vercel Org ID",
"required": false,
"helpMarkDown": "The ID of your Vercel Org. Can also be set as the environment variable `VERCEL_ORG_ID`."
"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`."
},
{
"name": "vercelToken",
Expand Down Expand Up @@ -113,4 +113,4 @@
"target": "dist/index.js"
}
}
}
}

0 comments on commit a1a5f55

Please sign in to comment.