0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-24 18:09:26 -05:00

Fix admin runner management URI

This commit is contained in:
crystal 2023-09-19 22:24:31 -06:00
parent 7cf7e9fd8c
commit 18938804e6
No known key found for this signature in database
GPG key ID: 1122054731F7CC43

View file

@ -163,7 +163,7 @@ The `Forgejo runner` needs to connect to a `Forgejo` instance and must be regist
- Online registration
A special kind of token is needed and can be obtained from the `Create new runner` button:
- in `/admin/runners` to accept workflows from all repositories.
- in `/admin/actions/runners` to accept workflows from all repositories.
- in `/org/{org}/settings/actions/runners` to accept workflows from all repositories within the organization.
- in `/user/settings/actions/runners` to accept workflows from all repositories of the logged in user
- in `/{owner}/{repository}/settings/actions/runners` to accept workflows from a single repository.