File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ runner_state: "started"
5252# If found on the server, delete already existed runner service before install
5353reinstall_runner : no
5454
55- # Do not show Ansible error logs which may contain sensitive data (registration token)
55+ # Do not show Ansible logs which may contain sensitive data (registration token)
5656hide_sensitive_logs : yes
5757
5858# GitHub address
@@ -64,10 +64,10 @@ access_token: "{{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
6464# Is it the runner for organization or not
6565runner_org : no
6666
67- # Name to assign to this runner in GitHub
67+ # Name to assign to this runner in GitHub (hostname as default)
6868runner_name : " {{ lookup('pipe', 'hostname') }}"
6969
70- # Account used for Runner registration ( GitHub Repository user with admin rights or Organization owner)
70+ # GitHub Repository user or Organization owner used for Runner registration
7171# github_account: "youruser"
7272
7373# GitHub repository owner name (if other than github_account)
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ access_token: "{{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
2626# Is it the runner for organization or not
2727runner_org : no
2828
29- # Name to assign to this runner in GitHub
29+ # Name to assign to this runner in GitHub (hostname as default)
3030runner_name : " {{ lookup('pipe', 'hostname') }}"
3131
3232# GitHub Repository user or Organization owner used for Runner registration
You can’t perform that action at this time.
0 commit comments