github · GitHub Actions Docs
Actions Managing access to self-hosted runners using groups - GitHub Docs
Configures and manages access control for self-hosted runners by organizing them into runner groups and assigning specific repositories or organizations to those groups.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Managing access to self-hosted runners using groups - GitHub Docs
Configures and manages access control for self-hosted runners by organizing them into runner groups and assigning specific repositories or organizations to those groups.
When To Use
Use when you need to restrict which repositories can utilize specific self-hosted runners or when you need to organize runners into logical groups for permission management.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-manage-runners-managing-access-to-self-hosted-using-grou-workflow-guide.md | Documentation regarding the creation of self-hosted runner groups and the configuration of repository access policies for organization-level runners. | Questions about documentation regarding the creation of self-hosted runner groups and the configuration of repository access policies... |
examples/actions-how-tos-manage-runners-managing-access-to-self-hosted-using-grou.text | A shell command demonstrating how to configure a self-hosted runner to join a specific runner group using the config.sh script. | Exact payloads, commands, or snippets shown in A shell command demonstrating how to configure a self-hosted runner to join a specific runner group using the config.... |
examples/actions-how-tos-manage-runners-managing-access-to-self-hosted-using-grou-2.text | A text snippet demonstrating the error message returned when a specified self-hosted runner group cannot be found. | Exact payloads, commands, or snippets shown in A text snippet demonstrating the error message returned when a specified self-hosted runner group cannot be found. |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Manage runners / - Self-hosted runners / - Manage access
- Main sections:
Who can use this feature?,In this article,Creating a self-hosted runner group for an organization,Changing which repositories can access a runner group,Changing the name of a runner group.
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/manage-access
