1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 02:08:36 +00:00

doc guide the user to create the appropriate level runner (#26091)

close #26045
This commit is contained in:
caicandong
2023-07-24 22:39:10 +08:00
committed by GitHub
parent 6aa30af724
commit ebb98d7246
5 changed files with 17 additions and 9 deletions

View File

@@ -66,7 +66,11 @@ If you are unsure which address to use, the LAN address is usually the right cho
`token` is used for authentication and identification, such as `P2U1U0oB4XaRCi8azcngmPCLbRpUGapalhmddh23`.
It is one-time use only and cannot be used to register multiple runners.
You can obtain tokens from `<your_gitea.com>/admin/runners`.
You can obtain different levels of 'tokens' from the following places to create the corresponding level of' runners':
- Instance level: The admin settings page, like `<your_gitea.com>/admin/actions/runners`.
- Organization level: The organization settings page, like `<your_gitea.com>/<org>/settings/actions/runners`.
- Repository level: The repository settings page, like `<your_gitea.com>/<owner>/<repo>/settings/actions/runners`.
![register runner](/images/usage/actions/register-runner.png)