You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The token given by the registration endpoint is only valid for about 1 hour.
After this time limit the removal will fail (not remove runner from repository).
To fix this you need to change the removal step to something along the lines of:
The token given by the registration endpoint is only valid for about 1 hour.
After this time limit the removal will fail (not remove runner from repository).
To fix this you need to change the removal step to something along the lines of:
This will make sure that you will always have a valid token when removing the runner.
The text was updated successfully, but these errors were encountered: