Skip to content
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

Self-hosted runner does not stop after getting unregistered from github #3328

Open
KlugSteven opened this issue Jun 11, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@KlugSteven
Copy link

After deleting a runner via the api (DELETE https://api.github.com/orgs/frnde/actions/runners/ID), the runner does not stop. Instead, it tries to restart and displays a successful connection.
The runner does not appear in the registered runner list.

In previous versions the runner stopped but now the process keeps running and displays a missleading message.

Console Log Output

# Authentication


√ Connected to GitHub

# Runner Registration




√ Runner successfully added
√ Runner connection is good

# Runner settings


√ Settings Saved.


√ Connected to GitHub

Current runner version: '2.317.0'
2024-06-10 11:03:07Z: Listening for Jobs
An error occurred: Access denied. System:ServiceIdentity;DDDDDDDD-DDDD-DDDD-DDDD-DDDDDDDDDDDD needs View permissions to perform the action.
Runner listener exit with retryable error, re-launch runner in 5 seconds.
Restarting runner...

√ Connected to GitHub

2024-06-10 11:03:47Z: Runner connect error: Registration was not found or is not medium trust. ClientType: . Retrying until reconnected.

√ Connected to GitHub


√ Connected to GitHub

Runner Version and Platform

2.317.0 - Linux (X64)

@KlugSteven KlugSteven added the bug Something isn't working label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant