{"id":50365944,"url":"https://github.com/gitpod-io/setup-ona","last_synced_at":"2026-05-30T04:04:12.429Z","repository":{"id":358429665,"uuid":"1135773214","full_name":"gitpod-io/setup-ona","owner":"gitpod-io","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-02T12:15:26.000Z","size":778,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-17T11:55:57.345Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitpod-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-16T15:15:19.000Z","updated_at":"2026-02-24T17:01:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gitpod-io/setup-ona","commit_stats":null,"previous_names":["gitpod-io/setup-ona"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gitpod-io/setup-ona","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitpod-io%2Fsetup-ona","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitpod-io%2Fsetup-ona/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitpod-io%2Fsetup-ona/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitpod-io%2Fsetup-ona/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitpod-io","download_url":"https://codeload.github.com/gitpod-io/setup-ona/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitpod-io%2Fsetup-ona/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33679310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2026-05-30T04:04:10.900Z","updated_at":"2026-05-30T04:04:12.422Z","avatar_url":"https://github.com/gitpod-io.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup Ona CLI\n\nA GitHub Action that downloads and configures the [Ona CLI](https://www.gitpod.io/docs/references/gitpod-cli) for use in workflows.\n\n## Usage\n\n```yaml\n- uses: gitpod-io/setup-ona@v1\n  with:\n    token: ${{ secrets.ONA_TOKEN }}  # optional\n```\n\n## Inputs\n\n| Input | Description | Required | Default |\n|-------|-------------|----------|---------|\n| `channel` | Release channel: `stable` or `latest` | No | `stable` |\n| `token` | Ona access token for authentication | No | - |\n\n## Examples\n\n### Basic usage (unauthenticated)\n\n```yaml\nsteps:\n  - uses: gitpod-io/setup-ona@v1\n  - run: gitpod --help\n```\n\n### With authentication\n\n```yaml\nsteps:\n  - uses: gitpod-io/setup-ona@v1\n    with:\n      token: ${{ secrets.ONA_TOKEN }}\n  - run: gitpod whoami\n  - run: gitpod environment list\n```\n\n### Use latest channel\n\n```yaml\nsteps:\n  - uses: gitpod-io/setup-ona@v1\n    with:\n      channel: latest\n```\n\n### Create an environment from CI\n\n```yaml\nsteps:\n  - uses: gitpod-io/setup-ona@v1\n    with:\n      token: ${{ secrets.ONA_TOKEN }}\n  - run: gitpod environment create https://github.com/${{ github.repository }}\n```\n\n## Supported platforms\n\n- Linux (x64, arm64)\n- macOS (x64, arm64)\n- Windows (x64, arm64)\n\n## Getting an Ona token\n\n1. Go to [gitpod.io/user/tokens](https://gitpod.io/user/tokens)\n2. Create a new access token\n3. Add it as a repository secret named `ONA_TOKEN`\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitpod-io%2Fsetup-ona","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitpod-io%2Fsetup-ona","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitpod-io%2Fsetup-ona/lists"}