File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ runner_name: "{{ lookup('pipe', 'hostname') }}"
69
69
# Account used for Runner registration (GitHub Repository user with admin rights or Organization owner)
70
70
# github_account: "youruser"
71
71
72
+ # GitHub repository owner name (if other than github_account)
73
+ # github_owner: "yourorg"
74
+
72
75
# Github repository name
73
76
# github_repo: "yourrepo"
74
77
```
Original file line number Diff line number Diff line change @@ -32,5 +32,8 @@ runner_name: "{{ lookup('pipe', 'hostname') }}"
32
32
# GitHub Repository user or Organization owner used for Runner registration
33
33
# github_account: "youruser"
34
34
35
+ # GitHub repository owner name (if other than github_account)
36
+ # github_owner: "yourorg"
37
+
35
38
# Github repository name
36
39
# github_repo: "yourrepo"
You can’t perform that action at this time.
0 commit comments