divyansh42/Create Self Hosted Runner
Create a self hosted runner on an Openshift Cluster
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_pat | GitHub Personal Access Token with org and repo level permissions | yes | — |
| runner_location | Repository or org in which to create self-hosted runner. For example, "redhat-actions/create-self-hosted-runner", or just "redhat-actions" to create at the org level. Defaults to the current repository. | yes | — |
| runner_name | Name of the runner to create | yes | — |
| labels | Labels to add to runner. For multiple labels, separate by comma. For example, "label1,label2" | no | — |
| replicas | Number of Runners to create | no | 1 |
| namespace | Namespace in which to create the runner. Defaults to current context's namespace. | no | — |
| fail_if_not_created | If true, fail the workflow if a runner is not created | no | false |
Outputs
| name | description |
|---|---|
| runner_created | Boolean which signifies whether runner is created or not |