patrickedqvist/Wait for Vercel Preview
Wait for Vercel Deploy Preview to complete. Requires to be run on pull_request or push.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The Github Secret | yes | — |
| max_timeout | The max time to run the action | no | — |
| environment | The name of the environment that was deployed to (e.g., staging or production) | no | — |
| allow_inactive | Use the most recent inactive deployment (previously deployed preview) associated with the pull request if no new deployment is available. | no | false |
| check_interval | How often (in seconds) should we make the HTTP request checking to see if the deployment is available? | no | 2 |
| vercel_password | Vercel password protection secret | no | — |
| vercel_protection_bypass_header | Vercel protection bypass for automation | no | — |
| path | The path to check. Defaults to the index of the domain | no | / |
Outputs
| name | description |
|---|---|
| url | The fully qualified deploy preview URL |
| vercel_jwt | If the deployment is using password protection, this will be a JWT. Otherwise, outputs an empty string |