Skip to content
Discussion options

You must be logged in to vote

Sorry for the delay, @alext-extracellular

The githubConfigUrl needs to be the correct target endpoint.

You encountered this error because ARC is strict about what githubConfigUrl should point to:

  • It must correspond to the actual GitHub resource, a repository, organization, or enterprise, that the runners will be attached to

  • The Controller then infers the correct API endpoint (including adding /api/...) for calls like fetching registration tokens

Based on the docs and community feedback, valid examples include:

  • https://github.com/<your_enterprise>/<your_org>/<repo> (per-repo)
  • https://github.com/<your_enterprise>/<your_org> (organization)
  • https://github.com/enterprises/<your_enterpri…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@alext-extracellular
Comment options

This comment was marked as spam.

Comment options

You must be logged in to vote
2 replies
@alext-extracellular
Comment options

@agace
Comment options

Answer selected by alext-extracellular
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question Ask and answer questions about GitHub features and usage ARC (Actions Runner Controller) For issues and discussions related to the Actions Runner Controller project Misc General discussions about GitHub Actions that don't fit other found themes.
3 participants