You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners.md
+5-18Lines changed: 5 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,27 +10,19 @@ versions:
10
10
fpt: '*'
11
11
ghes: '*'
12
12
ghec: '*'
13
-
type: tutorial
14
13
shortTitle: Add self-hosted runners
15
14
---
16
15
17
-
{% data reusables.actions.enterprise-github-hosted-runners %}
18
-
19
-
You can add a self-hosted runner to a repository, an organization, or an enterprise.
20
-
21
-
If you are an organization or enterprise administrator, you might want to add your self-hosted runners at the organization or enterprise level. This approach makes the runner available to multiple repositories in your organization or enterprise, and also lets you to manage your runners in one place.
22
-
23
16
> [!WARNING]
24
17
> {% data reusables.actions.self-hosted-runner-security %}
25
18
>
26
19
> For more information, see [AUTOTITLE](/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions).
27
20
28
-
You can set up automation to scale the number of self-hosted runners. For more information, see [AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners).
29
-
30
-
You can register ephemeral runners that perform a single job before the registration is cleaned up by using just-in-time runner registration. For more information, see [AUTOTITLE](/actions/security-guides/security-hardening-for-github-actions#using-just-in-time-runners).
31
-
32
21
## Prerequisites
33
22
23
+
Before you add a self-hosted runner, you should understand what they are and how they work. See [AUTOTITLE](/actions/concepts/runners/about-self-hosted-runners).
24
+
25
+
Additionally, you must meet the following requirements:
34
26
{% data reusables.actions.self-hosted-runners-prerequisites %}
35
27
36
28
## Adding a self-hosted runner to a repository
@@ -96,11 +88,6 @@ To make an enterprise-level self-hosted runner group available to an organizatio
96
88
For more information on changing runner group access settings, see [AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group).
You can set up automation to scale the number of self-hosted runners. For more information, see [AUTOTITLE](/actions/reference/self-hosted-runners-reference#autoscaling).
Copy file name to clipboardExpand all lines: content/actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners.md
0 commit comments