Block a user
feat: add config for runner auth with client certificates (#321)
Sorry about all of the force-pushes, was updating the commit and tried to fix the conflicting changes but that added a bunch of irrelevant file changes due to the merge... Once this looks good I…
af08712049
Merge remote-tracking branch 'upstream/main'
2f78411c3d
ci: standardize code style and update version extraction (#566)
d1d3cad4b0
feat: allow graceful shutdowns (#546)
1735b26e66
Don't log job output when debug logging is not enabled (#543)
65ed62d2f5
Upgrade dependencies (#537)
feat: add config for runner auth with client certificates (#321)
Support for client certificates
I have the same problem when trying to set up a runner for Gitea Actions... Looking at the code (with my limited Go experience) one could modify the getHTTPClient()
function in [http.go](src/bran…