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') }}"
6969# Account used for Runner registration (GitHub Repository user with admin rights or Organization owner)
7070# github_account: "youruser"
7171
72+ # GitHub repository owner name (if other than github_account)
73+ # github_owner: "yourorg"
74+
7275# Github repository name
7376# github_repo: "yourrepo"
7477```
Original file line number Diff line number Diff line change @@ -32,5 +32,8 @@ runner_name: "{{ lookup('pipe', 'hostname') }}"
3232# GitHub Repository user or Organization owner used for Runner registration
3333# github_account: "youruser"
3434
35+ # GitHub repository owner name (if other than github_account)
36+ # github_owner: "yourorg"
37+
3538# Github repository name
3639# github_repo: "yourrepo"
You can’t perform that action at this time.
0 commit comments