thundermiracle/Get Vercel Preview URL
Get the preview URL of a Vercel deployment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| vercel_access_token | https://vercel.com/docs/rest-api#introduction/api-basics/authentication/creating-an-access-token | yes | — |
| vercel_team_id | https://vercel.com/docs/rest-api#introduction/api-basics/authentication/accessing-resources-owned-by-a-team | yes | — |
| gh_token | https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret | yes | — |
| prefix_url | Pass a string to prefix the url | — | https:// |
| prefix_path | Pass a string to prefix the url path | — | — |
| timeout | Time spent waiting between requests to the Vercel Api | — | 3000 |
| limit | The pagination limit of the initial vercel api request | — | 20 |
Outputs
| name | description |
|---|---|
| preview_url | Vercel deployment preview URL |