GitHub Actions · Arazzo Workflow
GitHub Actions Register a Self-hosted Runner
Version 1.0.0
List the available runner application binaries, mint a registration token, then list the repository's runners.
Provider
Workflows
register-runner
Gather runner binaries and a registration token for a repository.
Lists downloadable runner applications, mints a registration token, and lists the repository's self-hosted runners.
1
listRunnerApplications
listRunnerApplicationsForRepo
List the runner application binaries available for download so the right OS/architecture package can be chosen.
2
createRegistrationToken
createRegistrationTokenForRepo
Create a registration token to pass to the self-hosted runner config script. Returns 201 with a token and its expiry.
3
listRunners
listSelfHostedRunnersForRepo
List the repository's currently registered self-hosted runners to confirm the existing inventory.