Question 095
### Which of the following statements are true about adding a self-hosted runner in GitHub Actions? (Choose three.)
> https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-a-repository
- [x] You can add a self-hosted runner to a repository
- [x] You can add a self-hosted runner to an organization
- [x] You can add a self-hosted runner to an enterprise
- [ ] You can add a self-hosted runner to a workflow
> You can't add to workflow level
- [ ] You can add a self-hosted runner to a step
> You can't add to step level