Question 087
### What is required to add a self-hosted runner to an organization on GitHub?
> https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners
1. [x] Organization owner access, navigate to organization settings, select Actions, then Runners, and follow the setup instructions for the self-hosted runner.
1. [ ] General member access with no special permissions, and utilize a GitHub Action to automatically register a self-hosted runner.
1. [ ] Public repository access within the organization and manual script execution on the server intended as a runner.
1. [ ] Submit a form on GitHub's website to request the GitHub team to add a self-hosted runner to your organization manually.