Skip to content

Commit ebb98d7

Browse files
authored
doc guide the user to create the appropriate level runner (#26091)
close #26045
1 parent 6aa30af commit ebb98d7

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

docs/content/doc/usage/actions/act-runner.en-us.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ Note that the repository may still use instance-level or organization-level runn
110110

111111
The level of the runner determines where to obtain the registration token.
112112

113-
- Instance level: The admin settings page, like `<your_gitea.com>/admin/runners`.
114-
- Organization level: The organization settings page, like `<your_gitea.com>/<org>/settings/runners`.
115-
- Repository level: The repository settings page, like `<your_gitea.com>/<owner>/<repo>/settings/runners`.
113+
- Instance level: The admin settings page, like `<your_gitea.com>/admin/actions/runners`.
114+
- Organization level: The organization settings page, like `<your_gitea.com>/<org>/settings/actions/runners`.
115+
- Repository level: The repository settings page, like `<your_gitea.com>/<owner>/<repo>/settings/actions/runners`.
116116

117117
If you cannot see the settings page, please make sure that you have the right permissions and that Actions have been enabled.
118118

docs/content/doc/usage/actions/act-runner.zh-cn.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ docker run -v $(pwd)/config.yaml:/config.yaml -e CONFIG_FILE=/config.yaml ...
109109

110110
Runner级别决定了从哪里获取注册令牌。
111111

112-
- 实例级别:管理员设置页面,例如 `<your_gitea.com>/admin/runners`
113-
- 组织级别:组织设置页面,例如 `<your_gitea.com>/<org>/settings/runners`
114-
- 存储库级别:存储库设置页面,例如 `<your_gitea.com>/<owner>/<repo>/settings/runners`
112+
- 实例级别:管理员设置页面,例如 `<your_gitea.com>/admin/actions/runners`
113+
- 组织级别:组织设置页面,例如 `<your_gitea.com>/<org>/settings/actions/runners`
114+
- 存储库级别:存储库设置页面,例如 `<your_gitea.com>/<owner>/<repo>/settings/actions/runners`
115115

116116
如果您无法看到设置页面,请确保您具有正确的权限并且已启用 Actions。
117117

docs/content/doc/usage/actions/quickstart.en-us.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,11 @@ If you are unsure which address to use, the LAN address is usually the right cho
6666

6767
`token` is used for authentication and identification, such as `P2U1U0oB4XaRCi8azcngmPCLbRpUGapalhmddh23`.
6868
It is one-time use only and cannot be used to register multiple runners.
69-
You can obtain tokens from `<your_gitea.com>/admin/runners`.
69+
You can obtain different levels of 'tokens' from the following places to create the corresponding level of' runners':
70+
71+
- Instance level: The admin settings page, like `<your_gitea.com>/admin/actions/runners`.
72+
- Organization level: The organization settings page, like `<your_gitea.com>/<org>/settings/actions/runners`.
73+
- Repository level: The repository settings page, like `<your_gitea.com>/<owner>/<repo>/settings/actions/runners`.
7074

7175
![register runner](/images/usage/actions/register-runner.png)
7276

docs/content/doc/usage/actions/quickstart.zh-cn.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,11 @@ Runner和Job容器(由Runner启动以执行Job)将连接到此地址。
6666

6767
`token` 用于身份验证和标识,例如 `P2U1U0oB4XaRCi8azcngmPCLbRpUGapalhmddh23`
6868
它只能使用一次,并且不能用于注册多个Runner。
69-
您可以从 `<your_gitea.com>/admin/runners` 获取令牌。
69+
您可以从以下位置获取不同级别的`token`,从而创建出相应级别的`runner`
70+
71+
- 实例级别:管理员设置页面,例如 `<your_gitea.com>/admin/actions/runners`
72+
- 组织级别:组织设置页面,例如 `<your_gitea.com>/<org>/settings/actions/runners`
73+
- 存储库级别:存储库设置页面,例如 `<your_gitea.com>/<owner>/<repo>/settings/actions/runners`
7074

7175
![register runner](/images/usage/actions/register-runner.png)
7276

docs/content/doc/usage/secrets.en-us.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ menu:
1818
# Secrets
1919

2020
Secrets allow you to store sensitive information in your user, organization or repository.
21-
Secrets are available on Gitea 1.19+ and are only visible in 1.20+ when ACTIONS are enabled
21+
Secrets are available on Gitea 1.19+ and are only visible in 1.20+ when ACTIONS are enabled.
2222

2323
# Naming your secrets
2424

0 commit comments

Comments
 (0)