diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md index fa7530f9d7c7..c6b063300ea7 100644 --- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md @@ -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 %} diff --git a/data/reusables/actions/runner-essential-communications.md b/data/reusables/actions/runner-essential-communications.md index 0ef1aeecf0a1..86b4fbd10899 100644 --- a/data/reusables/actions/runner-essential-communications.md +++ b/data/reusables/actions/runner-essential-communications.md @@ -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:**