patrickedqvist/Wait for Vercel Preview

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
Stale
License
None
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.nofalse
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
vercel_protection_bypass_headerVercel protection bypass for automationno
pathThe path to check. Defaults to the index of the domainno/
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