0
0
Fork 0
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:
Earl Warren 2023-05-29 11:25:53 +02:00 committed by Caesar Schinas
parent 9b68661c22
commit a7bd5b74b6
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF

View file

@ -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`: