-
-
Notifications
You must be signed in to change notification settings - Fork 410
New Org Runner Not Picking Up Jobs #428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Im not able to replicate this I have an org runner for It shows as an org runner And it picked up and tracked a job from here without issue
I'd post this on the upstream actions project, this is behaving as expected |
Ok, so I added App Auth to the org, the runner again registers and shows up in the org, but not on the repository of the org. @myoung34 I have been comparing the orgs side by side, is there a specific setting in the org I need to configure to enable this that I am missing? Terribly sorry if so...
https://github.com/cssnr/django5-boiler/actions/runners?tab=self-hosted |
Im unsure on settings, it could be a setting or network paths, or other things im not privvy to All I can guarantee is that token auth works for org runners and just validated that. |
Right, but now I cant get Token or App authentication to work on my org (as shown above) on NEW organizations. Works fine on old ones...
Currently the runner is registering and showing in the organization as seen in the screenshots. But when I go to the individual repositories Actions tab and click the Runners there, their not showing up. Are you saying you think this is an issue of self-hosed Origination runners not properly propagating to repositories, and should be reported to GitHub? |
I setup a new runner for an org using token authentication. The runner registers, connects, and is Idle waiting for jobs, but never picks up any jobs.
The runner shows online:
But all the jobs sit idle.
With nothing in the logs:
Compose file:
Token Permissions:
I have this setup on another org, using App authentication and it works just fine. I just can't get token auth to work with an org.
EDIT:
I have noticed when I go to the Runners section in one of my org's repositories, the runner does not show up there. But does show up in the org as shown above. So there seems to be a disconnect somewhere because the one I setup with App Authentication does shows up int he org, and here...
Reference Issue Repository/Org: https://github.com/cssnr/django5-boiler/actions/runners?tab=self-hosted
Reference App Auth Org (working): https://github.com/django-files/django-files/actions/runners?tab=self-hosted
The text was updated successfully, but these errors were encountered: