You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main:
Fix package webhook (go-gitea#27839)
Add user secrets API integration tests (go-gitea#27832)
Fix wrong relative path on obtain token from command line (go-gitea#27850)
doc: actions/act-runner: document obtaining a runner registration token from gitea CLI (go-gitea#27845)
Fix/upload artifact error windows (go-gitea#27802)
Always use whole user name as link (go-gitea#27815)
Fix display member unit in the menu bar if there are no hidden members in public org (go-gitea#27795)
Add Index to pull_auto_merge.doer_id (go-gitea#27811)
Bump workflows in github actions (go-gitea#27836)
Allow pull requests Manually Merged option to be used by non-admins (go-gitea#27780)
Copy file name to clipboardExpand all lines: docs/content/usage/actions/act-runner.en-us.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,12 @@ If you cannot see the settings page, please make sure that you have the right pe
114
114
115
115
The format of the registration token is a random string `D0gvfu2iHfUjNqCYVljVyRV14fISpJxxxxxxxxxx`.
116
116
117
+
A registration token can also be obtained from the gitea [command-line interface](../../administration/command-line.en-us.md#actions-generate-runner-token):
0 commit comments