github · GitHub Actions Docs
Actions Adding self-hosted runners - GitHub Docs
Instructions for configuring and registering self-hosted runners to execute GitHub Actions workloads on your own infrastructure.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Adding self-hosted runners - GitHub Docs
Instructions for configuring and registering self-hosted runners to execute GitHub Actions workloads on your own infrastructure.
When To Use
Use when you need to register and connect your own local or cloud-based machines to GitHub Actions to run CI/CD jobs.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-manage-runners-adding-self-hosted-github-docs-workflow-guide.md | A guide detailing the prerequisites and steps to add self-hosted runners to a repository, organization, or enterprise within GitHub Actions. | Questions about a guide detailing the prerequisites and steps to add self-hosted runners to a repository, organization, or enterprise... |
examples/actions-how-tos-manage-runners-adding-self-hosted-github-docs-github-act.text | A text log showing a successful connection from a self-hosted runner to GitHub Actions. | Exact payloads, commands, or snippets shown in A text log showing a successful connection from a self-hosted runner to GitHub Actions. |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Manage runners / - Self-hosted runners / - Add runners
- Main sections:
In this article,Prerequisites,Adding a self-hosted runner to a repository,Checking that your self-hosted runner was successfully added,Adding a self-hosted runner to an organization.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/how-tos/manage-runners/self-hosted-runners/add-runners
