mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-12-25 22:40:42 -05:00
docs: actions token at the organization level
This commit is contained in:
parent
9b68661c22
commit
a7bd5b74b6
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
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 `/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.
|
- 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`:
|
For instance, using a token obtained for a test repository from `next.forgejo.org`:
|
||||||
|
|
Loading…
Reference in a new issue