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:
parent
7cf7e9fd8c
commit
18938804e6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue