Skip to content

Commit

Permalink
Update required domains for actions runners as part of immutable acti…
Browse files Browse the repository at this point in the history
…ons (#53465)

Co-authored-by: Sophie <[email protected]>
  • Loading branch information
konradpabjan and sophietheking authored Dec 12, 2024
1 parent 0fd09b3 commit bc7679f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,7 @@ If you have enabled automatic access to {% data variables.product.prodname_dotco
github.com
api.github.com
codeload.github.com
ghcr.io
*.actions.githubusercontent.com
pkg.actions.githubusercontent.com
```

{% data reusables.actions.domain-name-cname-recursive-firewall-rules %}
Expand Down
7 changes: 6 additions & 1 deletion data/reusables/actions/runner-essential-communications.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ api.github.com

```shell copy
codeload.github.com
pkg.actions.githubusercontent.com
```

**Needed for publishing immutable actions:**

```shell copy
ghcr.io
*.actions.githubusercontent.com
```

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

0 comments on commit bc7679f

Please sign in to comment.