The arc-gha-rs-controller is using a wrong registration token API endpoint #2875
Unanswered
SimonWoidig
asked this question in
Questions
Replies: 1 comment 2 replies
-
Can anyone help me with this? We really want to migrate to GitHub, but we need our own runners. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I tried installing the Actions Runner Controller with the help of "Quickstart for Actions Runner Controller". I auth'd it using a GitHub App I have created and installed into our org. I deployed the controller just fine. I created the needed secret with keys
github_app_id
,github_app_installation_id
andgithub_app_private_key
set correctly.When I deployed the actual scale-set, nothing seemed to be happening. Then I checked the logs of the controller. These are the logs:
So it seems, that the registration URL is wrong - it should actually be
https://api.github.com/orgs/MYORG/actions/runners/registration-token
and nothttps://api.github.com/repos/organizations/MYORG/actions/runners/registration-token
. When I manually tried the "wrong" URL, it returned 404 and the "correct" returned 403 (without a token).Am I missing something or is this a bug? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions