Hello,
I’m running a self-hosted gitea instance (v1.26.4) along with self-hosted gitea-runners. I’m updating from act_runner and tried to jump straight to gitea-runner-2.0.0 but I’m getting an error registering the runner:
ERRO Cannot ping the Gitea instance server error="unauthenticated: 401 Unauthorized"
After experimenting with different versions, I find that gitea-runner-1.0.4 is the last version to allow me to successfully register a runner, while 1.0.5 fails with the same error as above. I can literally run the same registration command using the different binaries. 1.0.4 asks me if I’d like to re-register the runner and when I say ‘yes’ it succeeds (and shows up in gitea) but when I try with 1.0.5 it fails. Then if I try 1.0.4 again it succeeds. So something definitely changed between those releases.
Has anyone encountered this? Any advice would be appreciated.
Thanks,
Mark