Skip to content

Commit 880ca5e

Browse files
committed
Mention github_owner variable in docs
1 parent 7b7990a commit 880ca5e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
```

defaults/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)