From a7bd5b74b6a62abe635f9dc493c5275e9879952f Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 29 May 2023 11:25:53 +0200 Subject: [PATCH] docs: actions token at the organization level --- admin/actions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/actions.md b/admin/actions.md index b778a9f0..ebdc18c1 100644 --- a/admin/actions.md +++ b/admin/actions.md @@ -59,6 +59,7 @@ $ ./lxc-helpers/lxc-helpers.sh lxc_container_run bash The `Forgejo runner` needs to connect to a `Forgejo` instance and must register itself before doing so. It will be given permission to read the repositories and send back information to `Forgejo` such as the logs or its status. A special kind of token is needed and can be obtained from the `Create new runner` button: - in `/admin/runners` to gain access to all repositories. +- in `/org/{organization}/settings/actions/runners` to gain access to all repositories within the organization. - in `/{owner}/{repository}/settings/actions/runners` to gain access to a single repository. For instance, using a token obtained for a test repository from `next.forgejo.org`: