{"id":18469942,"url":"https://github.com/civo/action-civo","last_synced_at":"2025-04-08T10:32:56.288Z","repository":{"id":40992292,"uuid":"273227601","full_name":"civo/action-civo","owner":"civo","description":"GitHub Action for Civo","archived":false,"fork":false,"pushed_at":"2023-07-20T08:33:48.000Z","size":508,"stargazers_count":7,"open_issues_count":5,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T11:33:14.895Z","etag":null,"topics":["cicd","civo","civo-cli","github-actions"],"latest_commit_sha":null,"homepage":"https://www.civo.com/","language":"JavaScript","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/civo.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,"publiccode":null,"codemeta":null}},"created_at":"2020-06-18T12:06:08.000Z","updated_at":"2024-11-08T16:53:28.000Z","dependencies_parsed_at":"2024-11-06T10:12:25.428Z","dependency_job_id":"75ba2f64-2d93-49d4-9794-26c7f5d211b3","html_url":"https://github.com/civo/action-civo","commit_stats":{"total_commits":12,"total_committers":5,"mean_commits":2.4,"dds":0.5,"last_synced_commit":"f2d420a7953750d8756c707504dd722a7b7f7ff3"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civo%2Faction-civo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civo%2Faction-civo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civo%2Faction-civo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civo%2Faction-civo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/civo","download_url":"https://codeload.github.com/civo/action-civo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247824306,"owners_count":21002248,"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":["cicd","civo","civo-cli","github-actions"],"created_at":"2024-11-06T10:12:12.451Z","updated_at":"2025-04-08T10:32:54.336Z","avatar_url":"https://github.com/civo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Actions for Civo\n\nThis action enables you to interact with [Civo](https://www.civo.com/) services by installing [the `civo` command-line client](https://github.com/civo/cli).\n\n## Usage\n\nTo install the latest version of `civo` and use it in GitHub Actions workflows, add the following step:\n\n```yaml\n    - name: Install civo\n      uses: civo/action-civo\n      with:\n        token: ${{ secrets.CIVO_TOKEN }}\n```\n\n`civo` will now be available in the virtual environment and can be used directly in following steps. As an example, one common use case is retrieving the credentials for a Kubernetes cluster hosted on Civo for use in a deployment workflow:\n\n```yaml\n    - name: Save Civo kubeconfig\n      run: civo kubernetes config CLUSTER_NAME\n```\n\n### Arguments\n\n- `token` – (**Required**) A Civo personal access token.\n- `version` – (Optional) The version of civo to install. If excluded, the latest release will be used.\n\n## Contributing\n\nTo install the needed dependencies, run `npm install`. The resulting `node_modules/` directory _is not_ checked in to Git.\n\nBefore submitting a pull request, run `npm run package` to package the code [using `ncc`](https://github.com/zeit/ncc#ncc). Packaging assembles the code including dependencies into one file in the `dist/` directory that is checked in to Git.\n\n## License\n\nThis GitHub Action and associated scripts and documentation in this project are released under the [MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcivo%2Faction-civo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcivo%2Faction-civo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcivo%2Faction-civo/lists"}