Skip to main content

Module runner

Module runner 

Source
Expand description

CI runners surface — list / show / remove / reset-token / pause / resume.

GitLab exposes all six operations on shared/group/project runners. GitHub Actions exposes only list/show/remove on self-hosted runners (gating is done via labels, and self-hosted tokens are rotated manually on the runner host). Other platforms aren’t covered here yet — calling get_runner_client on them returns Unsupported.

Structs§

RegistrationToken
Runner

Traits§

RunnerClient

Functions§

get_runner_client