Skip to content

Commit 8be635e

Browse files
authored
Update configure-self-hosted-runners.md
1 parent c9e91cb commit 8be635e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learn-pr/github/manage-github-actions-enterprise/includes/configure-self-hosted-runners.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Use the following PowerShell commands:
5858

5959
Labels help organize and route jobs to specific self-hosted runners based on OS, hardware, or project requirements.
6060

61-
![Screenshot of runner groups screen with default label](github-runner-label.png)
61+
:::image type="content" source="../media/github-runner-label.png" alt-text="Screenshot of runner groups screen with default label.":::
6262

6363
#### Assigning labels to a runner
6464

@@ -86,7 +86,7 @@ GitHub-hosted runners operate on dynamic IPs, but self-hosted runners need firew
8686
```
8787
curl -s https://api.github.com/meta | jq .actions
8888
```
89-
Whitelist these IPs in your firewall settings to ensure connectivity.
89+
Allow these IPs in your firewall settings to ensure connectivity.
9090

9191
#### Private network & VPN access
9292
For enterprise workloads requiring access to private systems, configure the runner to connect via VPN or an internal network.
@@ -122,7 +122,7 @@ Runner groups help **organize and control** self-hosted runners within a **GitHu
122122
4. Choose **who can access the group** (entire organization or specific repositories).
123123
5. Click **Save**.
124124

125-
![Screenshot of the create runner group from screen](github-create-runner-group.png)
125+
:::image type="content" source="../media/github-create-runner-group.png" alt-text="Screenshot of the create runner group form screen.":::
126126

127127
### 3. Adding Runners to a Group
128128
Once the group is created, you can **add runners manually or during registration**.

0 commit comments

Comments
 (0)