iuliancmarcu/Wait Vercel Mono Deployment
GitHub Action that waits on multiple deployments of a PR and outputs their URLs as env variables
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| actor_name | The name of the actor that will be used when checking for a new deployment | no | vercel[bot] |
| github_token | The Github Secret | yes | — |
| vercel_password | Vercel password protection secret | no | — |
| environment | The name of the environment that was deployed to (e.g., "Preview" or "Production") | no | — |
| max_timeout | The timeout in seconds to be used when running each action step | no | 600 |
| allow_inactive_deployment | Use the most recent inactive deployment (previously deployed preview) associated with the pull request if no new deployment is available. | no | — |
| use_latest_deployment | Use the most recent deployment associated with the application, regardless of the PR | no | — |
| path | The path to check. Defaults to the index of the domain | no | / |
| check_interval | How often in seconds should we make retry HTTP requests checking the deployment? | no | 2 |
| applications | Comma-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_paths | Comma-separated list of `application_name:path` pairs to be used when checking the deployments status | no | — |
| application_prefix | Prefix to be used when checking for deployments. This is useful when the Vercel project name is different from the Nx application name | no | — |
Outputs
no outputs