Question 086
### How do you add a self-hosted runner to a GitHub repository?
> https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners
1. [x] Navigate to the repository settings, select Actions, then Runners, and follow the instructions to download, configure, and run the self-hosted runner application.
1. [ ] Directly clone the repository to your local machine and run a specific script to automatically add it as a self-hosted runner.
1. [ ] Email GitHub support to request the addition of a self-hosted runner to your repository.
1. [ ] Use the GitHub API to send a request for adding a self-hosted runner without any manual configuration.