Get the organization's runner registration token
Deprecated
GET
/orgs/{org}/actions/runners/registration-token
This operation has been deprecated in Forgejo 15. Use the web UI or /orgs/{org}/actions/runners instead.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” org
required
string
Name of the organization
Responses
Section titled “ Responses ”RegistrationToken is a string used to register a runner with a server
Media type application/json
RegistrationToken is a string used to register a runner with a server
object
token
string
Example generated
{ "token": "example"}