File tree 2 files changed +4
-2
lines changed
docs/content/usage/actions
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ A registration token can also be obtained from the gitea [command-line interface
120
120
gitea --config /etc/gitea/app.ini actions generate-runner-token
121
121
```
122
122
123
+ Tokens are valid for registering multiple runners, until they are revoked and replaced by a new token using the token reset link in the web interface.
124
+
123
125
### Register the runner
124
126
125
127
The act runner can be registered by running the following command:
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ It is always a bad idea to use a loopback address such as `127.0.0.1` or `localh
61
61
If you are unsure which address to use, the LAN address is usually the right choice.
62
62
63
63
` token ` is used for authentication and identification, such as ` P2U1U0oB4XaRCi8azcngmPCLbRpUGapalhmddh23 ` .
64
- It is one-time use only and cannot be used to register multiple runners.
65
- You can obtain different levels of 'tokens' from the following places to create the corresponding level of' runners':
64
+ Each token can be used to create multiple runners, until it is replaced with a new token using the reset link .
65
+ You can obtain different levels of 'tokens' from the following places to create the corresponding level of ' runners':
66
66
67
67
- Instance level: The admin settings page, like ` <your_gitea.com>/admin/actions/runners ` .
68
68
- Organization level: The organization settings page, like ` <your_gitea.com>/<org>/settings/actions/runners ` .
You can’t perform that action at this time.
0 commit comments