iuliancmarcu/Wait Vercel Mono Deployment

GitHub Action that waits on multiple deployments of a PR and outputs their URLs as env variables

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
actor_nameThe name of the actor that will be used when checking for a new deploymentnovercel[bot]
github_tokenThe Github Secretyes
vercel_passwordVercel password protection secretno
environmentThe name of the environment that was deployed to (e.g., "Preview" or "Production")no
max_timeoutThe timeout in seconds to be used when running each action stepno600
allow_inactive_deploymentUse the most recent inactive deployment (previously deployed preview) associated with the pull request if no new deployment is available.no
use_latest_deploymentUse the most recent deployment associated with the application, regardless of the PRno
pathThe path to check. Defaults to the index of the domainno/
check_intervalHow often in seconds should we make retry HTTP requests checking the deployment?no2
applicationsComma-separated list of application names to check for deployments. These application names should match the Vercel project name and GitHub Deplotments (eg. `my-app,my-app-staging`)no
applications_pathsComma-separated list of `application_name:path` pairs to be used when checking the deployments statusno
application_prefixPrefix to be used when checking for deployments. This is useful when the Vercel project name is different from the Nx application nameno

no outputs