Question 090
### How do you change which repositories can access a specific runner group in an organization?
> https://docs.github.com/en/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups
1. [x] In organization settings, navigate to Actions, select Runner groups, choose a group, and modify the repository access settings.
1. [ ] Use the GitHub CLI to execute a command that reassigns repository access to different runner groups within the organization.
1. [ ] Edit the runner group's configuration file located on the server hosting the self-hosted runners to update repository access.
1. [ ] Repositories automatically gain access to all runner groups without the need for manual configuration changes.