actions-marketplace-validations/Wait for Vercel Preview Collabkit

Wait for Vercel Deploy Preview to complete. Requires to be run on pull_request or push.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 6, 2023
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/meetcshah19_wait-for-vercel-preview@b1c32adeb8be87dfecb6855809aad0c5faa93cd0 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenThe Github Secretyes
max_timeoutThe max time to run the actionno
environmentThe name of the environment that was deployed to (e.g., staging or production)no
allow_inactiveUse the most recent inactive deployment (previously deployed preview) associated with the pull request if no new deployment is available.no
check_intervalHow often (in seconds) should we make the HTTP request checking to see if the deployment is available?no2
vercel_passwordVercel password protection secretno
pathThe path to check. Defaults to the index of the domainno/
regexRegex on vercel deployment name to choose which deployment to wait for. Useful for multiple deploymentsno
namedescription
urlThe fully qualified deploy preview URL
vercel_jwtIf the deployment is using password protection, this will be a JWT. Otherwise, outputs an empty string