File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,10 @@ reinstall_runner: no
6666hide_sensitive_logs : yes
6767
6868# GitHub address
69- github_server : " https://github.com"
69+ github_url : " https://github.com"
70+
71+ # GitHub API
72+ github_api_url : " https://api.github.com"
7073
7174# Personal Access Token for your GitHub account
7275access_token : " {{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
@@ -77,6 +80,9 @@ runner_org: no
7780# Name to assign to this runner in GitHub (System hostname as default)
7881runner_name : " {{ ansible_hostname }}"
7982
83+ # Custom service name whe usign Github Enterprise server
84+ # service_name: actions.runner._services.{{ runner_name }}.service
85+
8086# GitHub Repository user or Organization owner used for Runner registration
8187# github_account: "youruser"
8288
You can’t perform that action at this time.
0 commit comments