{"id":15638581,"url":"https://github.com/manusa/actions-setup-openshift","last_synced_at":"2025-10-06T21:09:23.926Z","repository":{"id":42909973,"uuid":"218917759","full_name":"manusa/actions-setup-openshift","owner":"manusa","description":"Set up your GitHub Actions workflow with a specific version of OKD (OpenShift/Origin)","archived":false,"fork":false,"pushed_at":"2023-10-23T08:00:33.000Z","size":15482,"stargazers_count":9,"open_issues_count":4,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T06:09:41.218Z","etag":null,"topics":["kubernetes","kubernetes-cluster","minishift","oc","okd","openshift","openshift-origin"],"latest_commit_sha":null,"homepage":"https://www.marcnuri.com","language":"JavaScript","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/manusa.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":"2019-11-01T05:17:03.000Z","updated_at":"2022-11-26T16:12:40.000Z","dependencies_parsed_at":"2023-01-11T17:22:18.908Z","dependency_job_id":"21e5cc50-4fa9-44b3-bd66-725edaf573c9","html_url":"https://github.com/manusa/actions-setup-openshift","commit_stats":{"total_commits":42,"total_committers":3,"mean_commits":14.0,"dds":0.0714285714285714,"last_synced_commit":"4fbc3dc0710ea1f9ff4c7e1e6196dafac8e78a28"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manusa%2Factions-setup-openshift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manusa%2Factions-setup-openshift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manusa%2Factions-setup-openshift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manusa%2Factions-setup-openshift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manusa","download_url":"https://codeload.github.com/manusa/actions-setup-openshift/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251651231,"owners_count":21621716,"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":["kubernetes","kubernetes-cluster","minishift","oc","okd","openshift","openshift-origin"],"created_at":"2024-10-03T11:22:06.733Z","updated_at":"2025-10-06T21:09:18.862Z","avatar_url":"https://github.com/manusa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Setup OpenShift GitHub Action\n===============================\n\n[\u003cimg src=\"https://github.com/manusa/actions-setup-openshift/workflows/Main%20workflow/badge.svg\" /\u003e](https://github.com/manusa/actions-setup-openshift/actions)\n\nSet up your GitHub Actions workflow with a specific version of OKD ([OpenShift/Origin](https://github.com/openshift/origin)).\n\n_Currently only Linux/Ubuntu\n[CI environment](https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions)\nis supported._\n\n## Usage\n\n### Basic\n\n```yaml\nname: Example workflow\n\non: [push]\n\njobs:\n  example:\n    name: Example OpenShift Cluster interaction\n    runs-on: ubuntu-20.04\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v1\n      - name: Setup OpenShift\n        uses: manusa/actions-setup-openshift@v1.1.5\n        with:\n          oc version: 'v3.11.0'\n          github token: ${{ secrets.GITHUB_TOKEN }}\n      - name: Interact with the cluster\n        run: oc cluster status\n```\n\n### Required input parameters\n\n| Parameter    | Description                                                                 |\n|--------------|-----------------------------------------------------------------------------|\n| `oc version` | OpenShift [version](https://github.com/openshift/origin/releases) to deploy |\n\n### Optional input parameters\n\n| Parameter      | Description                                                                              |\n|----------------|------------------------------------------------------------------------------------------|\n| `dns ip`       | External DNS server IP to use in node-config.yaml                                        |\n| `enable`       | A list of components to enable (comma separated)                                         |\n| `github token` | GITHUB_TOKEN secret value to access GitHub REST API with an unlimited number of requests |\n## License\n\nThe scripts and documentation in this project are released under the [Apache 2.0](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanusa%2Factions-setup-openshift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanusa%2Factions-setup-openshift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanusa%2Factions-setup-openshift/lists"}