{"id":23740095,"url":"https://github.com/casl0/actions-runner-controller-helmfile","last_synced_at":"2026-03-03T20:30:29.401Z","repository":{"id":270432492,"uuid":"910328778","full_name":"CASL0/actions-runner-controller-helmfile","owner":"CASL0","description":"Deploy ondemand GitHub Actions auto-scaling runners ","archived":false,"fork":false,"pushed_at":"2025-02-19T03:13:54.000Z","size":24,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-19T04:22:59.737Z","etag":null,"topics":["actions-runner-controller","github-actions","helm","helmfile","kubernetes","self-hosted-runner"],"latest_commit_sha":null,"homepage":"","language":null,"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/CASL0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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}},"created_at":"2024-12-31T02:01:00.000Z","updated_at":"2025-02-16T23:59:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2a1e8ef-c891-4f06-bbfb-4e6f5277af2e","html_url":"https://github.com/CASL0/actions-runner-controller-helmfile","commit_stats":null,"previous_names":["casl0/actions-runner-controller-helmfile"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CASL0%2Factions-runner-controller-helmfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CASL0%2Factions-runner-controller-helmfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CASL0%2Factions-runner-controller-helmfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CASL0%2Factions-runner-controller-helmfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CASL0","download_url":"https://codeload.github.com/CASL0/actions-runner-controller-helmfile/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239886357,"owners_count":19713471,"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-runner-controller","github-actions","helm","helmfile","kubernetes","self-hosted-runner"],"created_at":"2024-12-31T09:47:03.448Z","updated_at":"2025-02-20T17:42:04.665Z","avatar_url":"https://github.com/CASL0.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Lint](https://github.com/CASL0/actions-runner-controller-helmfile/actions/workflows/lint.yaml/badge.svg)](https://github.com/CASL0/actions-runner-controller-helmfile/actions/workflows/lint.yaml)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![License](https://img.shields.io/badge/license-MIT-blue)](https://opensource.org/license/mit)\n\n# Deploy ondemand GitHub Actions auto-scaling runners with actions-runner-controller\n\n[Actions-runner-controller](https://github.com/actions/actions-runner-controller) can controll GitHub Actions auto-scaling runners.\n\nThis helmfile provides quick instructions on Kubernetes environments.\n\n## Prerequisites\n\n- Install [helmfile](https://github.com/helmfile/helmfile).\n- Create a pre-define Kubernetes secret `arc-runners-secret` in the namespace `arc-runners` the gha-runner-scale-set is going to deploy to authenticate Actions Runner Controller (ARC) to the GitHub API by using a GitHub App or by using a personal access token (classic). For more information, see [Authenticating to the GitHub API](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api).\n\n## Getting started\n\n1. Set the `githubConfigUrl` value in the file [default.values.yaml](./releases/gha-runner-scale-set/config/default.values.yaml) to the GitHub url for where you want to configure runners.\n\n   ```yaml\n   githubConfigUrl: https://github.com/CASL0/actions-runner-controller-helmfile\n   ```\n\n1. Use the following commands to deploy self-hosted runners.\n\n   ```sh\n   helmfile apply\n   ```\n\n1. Set the `runs-on` value to `my-arc-runners` in your workflows similar to the following.\n\n   ```yaml\n   jobs:\n     build:\n       runs-on: my-arc-runners\n       steps:\n         - run: echo \"Hello world!\"\n   ```\n\n## Advanced Configuration\n\nSee [advanced.md](docs/advanced.md).\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Refs\n\n- \u003chttps://helmfile.readthedocs.io/en/latest/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasl0%2Factions-runner-controller-helmfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcasl0%2Factions-runner-controller-helmfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasl0%2Factions-runner-controller-helmfile/lists"}