actions-marketplace-validations/Deploy to Vercel Action Fixed

Deploy your project to Vercel using GitHub Actions. Supports PR previews and GitHub deployments.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
GITHUB_TOKENGitHub Token which will be used to authenticate with the GitHub API. no
VERCEL_TOKENVercel Token which will be used with the Vercel CLI. no
VERCEL_PROJECT_IDId of your Vercel project (can be found in .vercel/project.json). no
VERCEL_ORG_IDId of your Vercel organisation (can be found in .vercel/project.json). no
PRODUCTIONCreate a production deployment (default: true, false for PR deployments). no
GITHUB_DEPLOYMENTCreate a deployment on GitHub (default: true). no
CREATE_COMMENTCreate PR comment when deploying (default: true). no
DELETE_EXISTING_COMMENTDelete existing PR comment when redeploying PR (default: true). no
ATTACH_COMMIT_METADATAAttach metadata about the commit to the Vercel deployment (default: true). no
DEPLOY_PR_FROM_FORKAllow PRs which originate from a fork to be deployed (default: false). no
PR_LABELSLabels which will be added to the pull request once deployed. Set it to false to turn off (default: deployed). no
ALIAS_DOMAINSAssign alias domain(s) to the deployment. no
PR_PREVIEW_DOMAINAssign a custom domain to the PR preview deployment. no
VERCEL_SCOPEExecute commands from a different Vercel team or user. no
GITHUB_DEPLOYMENT_ENVCustom environment for GitHub deployment. no
TRIM_COMMIT_MESSAGEWhen passing meta data to Vercel deployment, trim the commit message to subject only (default: false). no
BUILD_ENVProvide environment variables to the build step. no
WORKING_DIRECTORYWorking directory for the Vercel CLI no
FORCESkip the vercel cache no
namedescription
PREVIEW_URLMain deployment preview URL
DEPLOYMENT_URLSAll assigned deployment URLs
DEPLOYMENT_CREATEDTrue if a Vercel deployment was created.
COMMENT_CREATEDTrue if a comment was created on the PR or commit.
DEPLOYMENT_INSPECTOR_URLMain deployment inspection url.