WebService::GitHub::Actions::SelfHostedRunners
Create a registration token for an organization
WebService::GitHub::Actions::SelfHostedRunners.create-registration-token-for-org( Str $org
)
Create a registration token for a repository
WebService::GitHub::Actions::SelfHostedRunners.create-registration-token-for-repo( Str $owner
, Str $repo
)
Create a remove token for an organization
WebService::GitHub::Actions::SelfHostedRunners.create-remove-token-for-org( Str $org
)
Create a remove token for a repository
WebService::GitHub::Actions::SelfHostedRunners.create-remove-token-for-repo( Str $owner
, Str $repo
)
Delete a self-hosted runner from an organization
WebService::GitHub::Actions::SelfHostedRunners.delete-self-hosted-runner-from-org( Str $org
, Int(Str) $runner-id
)
Delete a self-hosted runner from a repository
WebService::GitHub::Actions::SelfHostedRunners.delete-self-hosted-runner-from-repo( Str $owner
, Str $repo
, Int(Str) $runner-id
)
Get a self-hosted runner for an organization
WebService::GitHub::Actions::SelfHostedRunners.get-self-hosted-runner-for-org( Str $org
, Int(Str) $runner-id
)
Get a self-hosted runner for a repository
WebService::GitHub::Actions::SelfHostedRunners.get-self-hosted-runner-for-repo( Str $owner
, Str $repo
, Int(Str) $runner-id
)
List runner applications for an organization
WebService::GitHub::Actions::SelfHostedRunners.list-runner-applications-for-org( Str $org
)
List runner applications for a repository
WebService::GitHub::Actions::SelfHostedRunners.list-runner-applications-for-repo( Str $owner
, Str $repo
)
List self-hosted runners for an organization
WebService::GitHub::Actions::SelfHostedRunners.list-self-hosted-runners-for-org( Str $org
, Int(Str) :$per-page
, Int(Str) :$page
)
List self-hosted runners for a repository
WebService::GitHub::Actions::SelfHostedRunners.list-self-hosted-runners-for-repo( Str $owner
, Str $repo
, Int(Str) :$per-page
, Int(Str) :$page
)