Skip to content

Commit bc7679f

Browse files
Update required domains for actions runners as part of immutable actions (#53465)
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
1 parent 0fd09b3 commit bc7679f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ If you have enabled automatic access to {% data variables.product.prodname_dotco
185185
github.com
186186
api.github.com
187187
codeload.github.com
188-
ghcr.io
189-
*.actions.githubusercontent.com
188+
pkg.actions.githubusercontent.com
190189
```
191190

192191
{% data reusables.actions.domain-name-cname-recursive-firewall-rules %}

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ 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
1319
ghcr.io
14-
*.actions.githubusercontent.com
1520
```
1621

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

0 commit comments

Comments
 (0)