{"id":13702563,"url":"https://github.com/hetznercloud/setup-hcloud","last_synced_at":"2025-06-19T07:07:43.172Z","repository":{"id":216687366,"uuid":"742045003","full_name":"hetznercloud/setup-hcloud","owner":"hetznercloud","description":"GitHub action to install the Hetzner Cloud CLI.","archived":false,"fork":false,"pushed_at":"2025-06-17T05:45:37.000Z","size":1048,"stargazers_count":21,"open_issues_count":8,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-17T06:29:55.471Z","etag":null,"topics":["actions","hcloud","hetzner","hetzner-cloud","setup-actions"],"latest_commit_sha":null,"homepage":"","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/hetznercloud.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-11T16:43:28.000Z","updated_at":"2025-06-17T05:44:47.000Z","dependencies_parsed_at":"2024-04-02T05:23:18.983Z","dependency_job_id":"eb7a31dd-9eec-47ac-acbc-f2ae6774aff4","html_url":"https://github.com/hetznercloud/setup-hcloud","commit_stats":null,"previous_names":["hetznercloud/setup-hcloud"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/hetznercloud/setup-hcloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetznercloud%2Fsetup-hcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetznercloud%2Fsetup-hcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetznercloud%2Fsetup-hcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetznercloud%2Fsetup-hcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hetznercloud","download_url":"https://codeload.github.com/hetznercloud/setup-hcloud/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetznercloud%2Fsetup-hcloud/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260705873,"owners_count":23049493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["actions","hcloud","hetzner","hetzner-cloud","setup-actions"],"created_at":"2024-08-02T21:00:37.984Z","updated_at":"2025-06-19T07:07:38.157Z","avatar_url":"https://github.com/hetznercloud.png","language":"TypeScript","funding_links":[],"categories":["Tools"],"sub_categories":["Rust"],"readme":"# setup-hcloud\n\n[![CI](https://github.com/hetznercloud/setup-hcloud/actions/workflows/ci.yml/badge.svg)](https://github.com/hetznercloud/setup-hcloud/actions/workflows/ci.yml)\n[![Codecov](https://codecov.io/gh/hetznercloud/setup-hcloud/graph/badge.svg?token=R4YEGxLNvM)](https://codecov.io/gh/hetznercloud/setup-hcloud/tree/main)\n\nThis action installs the [Hetzner Cloud CLI](https://github.com/hetznercloud/cli) in your `PATH`.\n\n# Usage\n\nThe environment variable `HCLOUD_TOKEN` is required for hcloud to work properly. See the [hcloud getting started docs](https://github.com/hetznercloud/cli#getting-started) for details.\n\n**Setup the latest version:**\n\n```yaml\nsteps:\n  - uses: hetznercloud/setup-hcloud@v1\n\n  - run: hcloud server-type list\n    env:\n      HCLOUD_TOKEN: ${{ secrets.HCLOUD_TOKEN }}\n```\n\n**Setup a specific version:**\n\n```yaml\nsteps:\n  - uses: hetznercloud/setup-hcloud@v1\n    with:\n      hcloud-version: v1.41.1\n\n  - run: hcloud server-type list\n    env:\n      HCLOUD_TOKEN: ${{ secrets.HCLOUD_TOKEN }}\n```\n\n### Inputs\n\n- `hcloud-version` (Optional): Version of Hetzner Cloud CLI to install. Using `latest` will install the\n  [latest version of hcloud](https://github.com/hetznercloud/cli/releases/latest).\n- `github-token` (Optional): A Personal Access Token or the Github Token to access the GitHub API. If\n  none provided it will use the default Github Token.\n\n### Outputs\n\n- `hcloud-version`: Version of the Hetzner Cloud CLI that was installed.\n\n# License\n\nThe scripts and documentation in this project are released under the [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhetznercloud%2Fsetup-hcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhetznercloud%2Fsetup-hcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhetznercloud%2Fsetup-hcloud/lists"}