зеркало из https://github.com/github/docs.git
Future-proofing
This commit is contained in:
Родитель
3cac69ee10
Коммит
350d9f0765
|
@ -9,7 +9,7 @@ versions:
|
|||
ghae: '*'
|
||||
ghec: '*'
|
||||
type: tutorial
|
||||
shortTitle: Manage access to runners
|
||||
shortTitle: Using runner groups
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: You can use policies to limit access to GitHub-hosted runners that have b
|
|||
versions:
|
||||
feature: 'actions-high-performance-runners'
|
||||
type: tutorial
|
||||
shortTitle: Manage access to runners
|
||||
shortTitle: Using runner groups
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
@ -35,10 +35,6 @@ shortTitle: Manage access to runners
|
|||
{% data reusables.actions.changing-the-name-of-a-runner-group %}
|
||||
|
||||
{% ifversion ghec or ghes or ghae %}
|
||||
## Automatically adding a runner to a group
|
||||
|
||||
{% data reusables.actions.automatically-adding-a-runner-to-a-group %}
|
||||
|
||||
## Moving a runner to a group
|
||||
|
||||
{% data reusables.actions.moving-a-runner-to-a-group %}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{% ifversion fpt %}
|
||||
1. Navigate to the main page of the repository or organization where your self-hosted runner groups are located.
|
||||
1. Navigate to the main page of the repository or organization where your runner groups are located.
|
||||
2. Click {% octicon "gear" aria-label="The Settings gear" %} **Settings**.
|
||||
{% data reusables.organizations.settings-sidebar-actions-runner-groups %}
|
||||
{% elsif ghec or ghes or ghae %}
|
||||
1. Navigate to where your self-hosted runner groups are located:
|
||||
1. Navigate to where your runner groups are located:
|
||||
* **In an organization**: navigate to the main page and click {% octicon "gear" aria-label="The Settings gear" %} **Settings**.
|
||||
* **If using an enterprise-level group**:
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
2. Click {% octicon "gear" aria-label="The Settings gear" %} **Settings**.
|
||||
{% data reusables.organizations.settings-sidebar-actions-runners %}
|
||||
{% elsif ghec or ghes or ghae %}
|
||||
1. Navigate to where your self-hosted runner is registered:
|
||||
1. Navigate to where your runner is registered:
|
||||
* **In an organization**: navigate to the main page and click {% octicon "gear" aria-label="The Settings gear" %} **Settings**.
|
||||
* **If using an enterprise-level runner**:
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
2. Click {% octicon "gear" aria-label="The Settings gear" %} **Settings**.
|
||||
{% data reusables.organizations.settings-sidebar-actions-runners %}
|
||||
{% elsif ghec or ghes or ghae %}
|
||||
1. Navigate to where your self-hosted runner is registered:
|
||||
1. Navigate to where your runner is registered:
|
||||
* **In an organization or repository**: navigate to the main page and click {% octicon "gear" aria-label="The Settings gear" %} **Settings**.
|
||||
* **If using an enterprise-level runner**:
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
We recommend that you only use self-hosted runners with private repositories. This is because forks of your repository can potentially run dangerous code on your self-hosted runner machine by creating a pull request that executes the code in a workflow.
|
||||
For self-hosted runners, we recommend that you only use them with private repositories. This is because forks of your repository can potentially run dangerous code on your self-hosted runner machine by creating a pull request that executes the code in a workflow.
|
||||
|
|
Загрузка…
Ссылка в новой задаче