From 18938804e6565671503cced2cff259708280a208 Mon Sep 17 00:00:00 2001 From: crystal Date: Tue, 19 Sep 2023 22:24:31 -0600 Subject: [PATCH] Fix admin runner management URI --- docs/admin/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/actions.md b/docs/admin/actions.md index 250873ec..297a16c9 100644 --- a/docs/admin/actions.md +++ b/docs/admin/actions.md @@ -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.