Skip to content

Commit e26c0c5

Browse files
authored
Merge pull request #41963 from github/repo-sync
Repo sync
2 parents 0d527c9 + 231286a commit e26c0c5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -180,16 +180,6 @@ You can run {% data variables.copilot.copilot_coding_agent %} on self-hosted run
180180

181181
You can set these environment variables by following the [instructions above](#setting-environment-variables-in-copilots-environment), or by baking the environment variables into your custom runner image. For more information on building a custom image, see [AUTOTITLE](/actions/concepts/runners/actions-runner-controller#creating-your-own-runner-image).
182182

183-
### Security considerations for self-hosted runners
184-
185-
When using self-hosted runners, especially with the firewall disabled, ensure your hosting environment has strict network communication controls. The following endpoints must be reachable from your runners:
186-
187-
* `api.githubcopilot.com`
188-
* `uploads.github.com`
189-
* `user-images.githubusercontent.com`
190-
191-
For a comprehensive list of other hosts that must also be allowlisted for {% data variables.product.prodname_actions %} self-hosted runners, see [AUTOTITLE](/actions/reference/runners/self-hosted-runners#accessible-domains-by-function).
192-
193183
## Enabling Git Large File Storage (LFS)
194184

195185
If you use Git Large File Storage (LFS) to store large files in your repository, you will need to customize {% data variables.product.prodname_copilot_short %}'s environment to install Git LFS and fetch LFS objects.

0 commit comments

Comments
 (0)