Skip to content

Get the user's runner registration token

Deprecated
GET
/user/actions/runners/registration-token

This operation has been deprecated in Forgejo 15. Use the web UI or /user/actions/runners instead.

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"
}

APIUnauthorizedError is a unauthorized error response

Media type application/json
object
message
string
url
string
Example generated
{
"message": "example",
"url": "example"
}

APIForbiddenError is a forbidden error response

Media type application/json
object
message
string
url
string
Example generated
{
"message": "example",
"url": "example"
}