Skip to content

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.

owner
required
string

Owner of the repo

repo
required
string

Name of the repo

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