{"id":28242703,"url":"https://github.com/rigdev/setup-rig","last_synced_at":"2025-06-13T08:32:09.652Z","repository":{"id":226607503,"uuid":"769063033","full_name":"rigdev/setup-rig","owner":"rigdev","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-12T13:12:43.000Z","size":501,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-19T06:09:40.992Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rigdev.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-08T09:11:31.000Z","updated_at":"2024-03-08T09:14:43.000Z","dependencies_parsed_at":"2024-03-27T20:27:38.990Z","dependency_job_id":"c141eb21-9718-4ef7-adbb-bec9ca6e176d","html_url":"https://github.com/rigdev/setup-rig","commit_stats":null,"previous_names":["rigdev/setup-rig"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/rigdev/setup-rig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rigdev%2Fsetup-rig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rigdev%2Fsetup-rig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rigdev%2Fsetup-rig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rigdev%2Fsetup-rig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rigdev","download_url":"https://codeload.github.com/rigdev/setup-rig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rigdev%2Fsetup-rig/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259609947,"owners_count":22884151,"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":[],"created_at":"2025-05-19T06:09:39.467Z","updated_at":"2025-06-13T08:32:09.642Z","avatar_url":"https://github.com/rigdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Action for setting up `rig` CLI\n\n[Rig](https://docs.rig.dev) is an application platform for Kubernetes. Rig has\na concept of Capsules which is a self-contained deployable unit of your\napplication. This action installs the rig CLI which you can the use to deploy\ndocker images.\n\nThe action handles download, install and caching of the rig binary.\n\n## Usage\n\nPut the action in a step and optionally set the version if you want something\nspecific rather than latest.\n\nIf the optional `host`, `client-id` and `client-secret` are set. The action\nwill use them to activate the service account using `rig auth\nactivate-service-account`.\n\n```yaml\njobs:\n  deploy:\n    steps:\n      - uses: rigdev/setup-rig@v1\n        with:\n          version: v1.7.1\n          host: ${{ vars.RIG_HOST }}\n          client-id: ${{ vars.RIG_CLIENT_ID }}\n          client-secret: ${{ secrets.RIG_CLIENT_SECRET }}\n      - run: |\n          rig capsule deploy -B ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frigdev%2Fsetup-rig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frigdev%2Fsetup-rig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frigdev%2Fsetup-rig/lists"}