1
0
mirror of synced 2026-01-06 15:01:04 -05:00
Files
docs/data/reusables/github-actions/self-hosted-runner-management-permissions-required.md
Ethan Palm fcb733492f [GHEC version] Version content about GitHub Actions (#23257)
* Remove extra liquid tags

Reusable contains the same tags that it is wrapped in

* update Using environments for deployment article

* Version Releasing and maintaining actions

* Version Adding self-hosted runners

* Version Removing self-hosted runners

* Version reusables

* Version Managing access to self hosted runners using groups

* Update Adding selfhosted runners

* Update Managing access to selfhosted runners using groups

* Remove enterprise from fpt version

* Update Removing selfhosted runners

* Update reusables
2021-12-03 18:35:59 +00:00

851 B

A self-hosted runner can be located in either your repository, organization, or {% ifversion fpt or ghec %}enterprise account settings on {% data variables.product.prodname_dotcom %}{% elsif ghes or ghae %} enterprise settings on {% data variables.product.product_location %}{% endif %}. To manage a self-hosted runner, you must have the following permissions, depending on where the self-hosted runner was added:

  • User repository: You must be the repository owner.
  • Organization: You must be an organization owner.
  • Organization repository: You must be an organization owner, or have admin access to the repository. {% ifversion ghec %}
  • Enterprise account: You must be an enterprise owner. {% elsif ghes or ghae %}
  • Enterprise: You must be a {% data variables.product.prodname_enterprise %} site administrator. {% endif %}