Skip to content

Commit 023a804

Browse files
Remove unused Actions URLs from runner networking guidance (#58239)
1 parent 547957c commit 023a804

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

content/actions/reference/runners/self-hosted-runners.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ If you have enabled automatic access to {% data variables.product.prodname_dotco
193193
github.com
194194
api.github.com
195195
codeload.github.com
196-
pkg.actions.githubusercontent.com
197196
```
198197

199198
You can use the REST API to get meta information about {% data variables.product.company_short %}, including the IP addresses and domain details for {% data variables.product.company_short %} services. The `actions_inbound` section of the API supports both fully qualified and wildcard domains. Fully qualified domains specify a complete domain name (e.g., `example.github.com`), while wildcard domains use a `*` to represent multiple possible subdomains (e.g., `*.github.com`). An example of the self-hosted runner requirements using wildcard domains has been listed below. For more information, see [AUTOTITLE](/rest/meta/meta).

data/reusables/actions/runner-essential-communications.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ api.github.com
1010

1111
```shell copy
1212
codeload.github.com
13-
pkg.actions.githubusercontent.com
14-
```
15-
16-
**Needed for publishing immutable actions:**
17-
18-
```shell copy
19-
ghcr.io
2013
```
2114

2215
**Needed for uploading/downloading job summaries, logs, workflow artifacts, and caches:**

0 commit comments

Comments
 (0)