github · GitHub Actions Docs
Actions Private networking with GitHub-hosted runners - GitHub Docs
Explains how to connect GitHub-hosted runners to private networks using various networking architectures and security configurations.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Private networking with GitHub-hosted runners - GitHub Docs
Explains how to connect GitHub-hosted runners to private networks using various networking architectures and security configurations.
When To Use
Use when you need to configure GitHub-hosted runners to access resources within a private network or VPC without exposing those resources to the public internet.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-runners-private-networking-with-github-hosted-docs-workflow-guide.md | A documentation guide explaining how to connect GitHub-hosted runners to private network resources using API Gateways with OIDC or WireGuard network overlays. | Questions about a documentation guide explaining how to connect GitHub-hosted runners to private network resources using API Gateways... |
What This Skill Covers
-
- GitHub Actions / - Concepts / - Runners / - Private networking
- Main sections:
In this article,About GitHub-hosted runners networking,Using an API Gateway with OIDC,Using WireGuard to create a network overlay,Using an Azure Virtual Network (VNET).
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/concepts/runners/private-networking
