1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Update managing-access-to-self-hosted-runners-using-groups.md

This commit is contained in:
Martin Lopes
2021-05-13 14:55:33 +10:00
parent 4ddd239c07
commit 676fd21ea4

View File

@@ -42,7 +42,10 @@ When creating a group, you must choose a policy that defines which repositories
{% data reusables.organizations.navigate-to-org %}
{% data reusables.organizations.org_settings %}
{% data reusables.organizations.settings-sidebar-actions %}
1. In the **Self-hosted runners** section, click **Add new**, and then **New group**.
{% if currentVersion == "free-pro-team@latest" %}
{% data reusables.organizations.settings-sidebar-actions-runners %}
{% endif %}
1. In the {% if currentVersion == "free-pro-team@latest" %}_Runners_{% else %}_Self-hosted runners_{% endif %} section, click **Add new**, and then **New group**.
![Add runner group](/assets/images/help/settings/actions-org-add-runner-group.png)
1. Enter a name for your runner group, and assign a policy for repository access.
@@ -73,7 +76,7 @@ When creating a group, you must choose a policy that defines which organizations
{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.actions-tab %}
1. Click the **Self-hosted runners** tab.
1. Click the {% if currentVersion == "free-pro-team@latest" %}**Runners**{% else %}**Self-hosted runners**{% endif %} tab.
1. Click **Add new**, and then **New group**.
![Add runner group](/assets/images/help/settings/actions-enterprise-account-add-runner-group.png)
@@ -104,7 +107,7 @@ You can update the access policy of a runner group, or rename a runner group.
New self-hosted runners are automatically assigned to the default group, and can then be moved to another group.
1. In the **Self-hosted runners** section of the settings page, locate the current group of the runner you want to move and expand the list of group members.
1. In the {% if currentVersion == "free-pro-team@latest" %}_Runners_{% else %}_Self-hosted runners_{% endif %} section of the settings page, locate the current group of the runner you want to move and expand the list of group members.
![View runner group members](/assets/images/help/settings/actions-org-runner-group-members.png)
1. Select the checkbox next to the self-hosted runner, and then click **Move to group** to see the available destinations.
![Runner group member move](/assets/images/help/settings/actions-org-runner-group-member-move.png)
@@ -115,7 +118,7 @@ New self-hosted runners are automatically assigned to the default group, and can
Self-hosted runners are automatically returned to the default group when their group is removed.
1. In the **Self-hosted runners** section of the settings page, locate the group you want to delete, and click the {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %} button.
1. In the {% if currentVersion == "free-pro-team@latest" %}_Runners_{% else %}_Self-hosted runners_{% endif %} section of the settings page, locate the group you want to delete, and click the {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %} button.
![View runner group settings](/assets/images/help/settings/actions-org-runner-group-kebab.png)
1. To remove the group, click **Remove group**.