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"
52
52
# If found on the server, delete already existed runner service before install
53
53
reinstall_runner : no
54
54
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)
56
56
hide_sensitive_logs : yes
57
57
58
58
# GitHub address
@@ -64,10 +64,10 @@ access_token: "{{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
64
64
# Is it the runner for organization or not
65
65
runner_org : no
66
66
67
- # Name to assign to this runner in GitHub
67
+ # Name to assign to this runner in GitHub (hostname as default)
68
68
runner_name : " {{ lookup('pipe', 'hostname') }}"
69
69
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
71
71
# github_account: "youruser"
72
72
73
73
# 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') }}"
26
26
# Is it the runner for organization or not
27
27
runner_org : no
28
28
29
- # Name to assign to this runner in GitHub
29
+ # Name to assign to this runner in GitHub (hostname as default)
30
30
runner_name : " {{ lookup('pipe', 'hostname') }}"
31
31
32
32
# GitHub Repository user or Organization owner used for Runner registration
You can’t perform that action at this time.
0 commit comments