{"id":17766270,"url":"https://github.com/octref/await-vercel-url","last_synced_at":"2026-01-20T04:32:10.009Z","repository":{"id":257873437,"uuid":"863672738","full_name":"octref/await-vercel-url","owner":"octref","description":"Await Vercel preview URL to run actions after a preview becomes available","archived":false,"fork":false,"pushed_at":"2024-12-23T03:52:08.000Z","size":2113,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-18T16:52:34.751Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/octref.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-26T17:47:49.000Z","updated_at":"2024-10-15T16:04:59.000Z","dependencies_parsed_at":"2024-11-18T06:35:33.836Z","dependency_job_id":null,"html_url":"https://github.com/octref/await-vercel-url","commit_stats":null,"previous_names":["octref/await-vercel-url"],"tags_count":18,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/octref/await-vercel-url","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octref%2Fawait-vercel-url","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octref%2Fawait-vercel-url/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octref%2Fawait-vercel-url/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octref%2Fawait-vercel-url/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/octref","download_url":"https://codeload.github.com/octref/await-vercel-url/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octref%2Fawait-vercel-url/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28596079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-26T20:25:25.722Z","updated_at":"2026-01-20T04:32:09.995Z","avatar_url":"https://github.com/octref.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔗 Await Vercel URL\n\nGitHub Action to wait for the Vercel Preview URL.\n\nBased on [patrickedqvist/wait-for-vercel-preview](https://github.com/patrickedqvist/wait-for-vercel-preview) and [actions/typescript-action](https://github.com/actions/typescript-action).\n\n## Configuration\n\n#### `gh_token`: **Required**\n\nYou can use [`${{ secrets.GITHUB_TOKEN }}`](https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication).\n\n#### `vercel_project_name`: Optional\n\nThe name of your Vercel project. Used to find the correct deployment when your repository is connected to multiple Vercel projects, which can trigger multiple deployments for a single event.\n\n#### `interval`: Optional, defaults to `15`\n\nHow often (in seconds) to check if the preview URL is available.\n\n#### `retries`: Optional, defaults to `20`\n\nHow many times to check if the preview URL is available before failing.\n\n#### `delay`: Optional, defaults to `0`\n\nHow many seconds to wait before starting to check. This is useful for slow builds. For example, if your project build takes at least `2m30s`, set this value to `150` (seconds).\n\n## Usage\n\n```yaml\nsteps:\n  - name: Wait for Vercel Preview URL\n    uses: octref/await-vercel-url@v0.3.9\n    id: waitForVercel\n    with:\n      gh_token: ${{ secrets.GITHUB_TOKEN }}\n      vercel_project_name: 'web' # your Vercel project name\n      interval: 15 # check every 15 seconds\n      retries: 60 # perform 60 checks before failing\n      delay: 150 # if your build takes at least 150 seconds to finish\n```\n\n## Features\n\n- Support for monorepo setup with multiple Vercel projects  \n- Support for both `push` and `pull_request` events  \n- Informative and highlighted logs  \n- Verbose logs including GitHub API responses when [`ACTIONS_STEP_DEBUG`](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging) secrets/variables is set to `true`\n\n\n## Todo\n\n- [ ] License\n- [ ] Tests","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctref%2Fawait-vercel-url","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctref%2Fawait-vercel-url","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctref%2Fawait-vercel-url/lists"}