Skip to content
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!
This is the documentation of 1.24.7, which is no longer the latest release. See the latest release.

Get a repository's actions runner registration token

GET
/repos/{owner}/{repo}/actions/runners/registration-token
curl --request GET \
--url https://gitea.com/api/v1/repos/example/example/actions/runners/registration-token \
--header 'Authorization: Basic <credentials>'
owner
required
string

Owner of the repo

repo
required
string

Name of the repo

RegistrationToken is response related to registration token

Media typeapplication/json
token
string