Copilot Coding Agent: "GitHub host is required" Error on Self-Hosted ARC Runners #179176
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Copilot Feature Area
Copilot Coding Agent
Body
Category: Bug Report
Product: GitHub Copilot Coding Agent
Feature: Self-Hosted Runner Support
Summary
GitHub Copilot coding agent fails with
Error: GitHub host is requiredwhen using self-hosted GitHub Actions runners managed by Actions Runner Controller (ARC). This prevents the agent from completing any tasks.Environment
host-yoga-repo-flake-*Issue Details
Error Message
Stack Trace
Reproduction Steps
.github/workflows/copilot-setup-steps.ymltargeting self-hosted runnerWhat's Working
host-yoga-repo-flake-7sgfm-runner-86l6bWhat's Broken
demandGitHubHost()Example Workflow Run
Failed run with full logs: https://github.com/i-am-logger/flake/actions/runs/19201998990
Impact
This makes the newly announced self-hosted runner support for Copilot coding agent unusable for repositories that require private package access or internal tooling.
Request
Please investigate why CodeQL requires a GitHub host configuration that isn't properly set in self-hosted ARC environments, and provide:
Beta Was this translation helpful? Give feedback.
All reactions