Get a repository's runner registration token
Deprecated
GET
/repos/{owner}/{repo}/actions/runners/registration-token
This operation has been deprecated in Forgejo 15. Use the web UI or /repos/{owner}/{repo}/actions/runners instead.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”owner
required
string
Owner of the repo
repo
required
string
Name of the repo
Responses
Section titled “Responses”RegistrationToken is a string used to register a runner with a server
Media typeapplication/json
RegistrationToken is a string used to register a runner with a server
object
token
string
Examplegenerated
{ "token": "example"}