divyansh42/Create Self Hosted Runner

Create a self hosted runner on an Openshift Cluster

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_patGitHub Personal Access Token with org and repo level permissionsyes
runner_locationRepository 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_nameName of the runner to createyes
labelsLabels to add to runner. For multiple labels, separate by comma. For example, "label1,label2"no
replicasNumber of Runners to createno1
namespaceNamespace in which to create the runner. Defaults to current context's namespace.no
fail_if_not_createdIf true, fail the workflow if a runner is not creatednofalse
namedescription
runner_createdBoolean which signifies whether runner is created or not