Skip to content

Commit a18ecae

Browse files
authored
doc: actions/act-runner: document obtaining a runner registration token from gitea CLI (#27845)
1 parent ec0c682 commit a18ecae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ If you cannot see the settings page, please make sure that you have the right pe
114114

115115
The format of the registration token is a random string `D0gvfu2iHfUjNqCYVljVyRV14fISpJxxxxxxxxxx`.
116116

117+
A registration token can also be obtained from the gitea [command-line interface](../../../administration/command-line.en-us.md#actions-generate-runner-token):
118+
119+
```
120+
gitea --config /etc/gitea/app.ini actions generate-runner-token
121+
```
122+
117123
### Register the runner
118124

119125
The act runner can be registered by running the following command:

0 commit comments

Comments
 (0)