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
66
66
hide_sensitive_logs : yes
67
67
68
68
# 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"
70
73
71
74
# Personal Access Token for your GitHub account
72
75
access_token : " {{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
@@ -77,6 +80,9 @@ runner_org: no
77
80
# Name to assign to this runner in GitHub (System hostname as default)
78
81
runner_name : " {{ ansible_hostname }}"
79
82
83
+ # Custom service name whe usign Github Enterprise server
84
+ # service_name: actions.runner._services.{{ runner_name }}.service
85
+
80
86
# GitHub Repository user or Organization owner used for Runner registration
81
87
# github_account: "youruser"
82
88
You can’t perform that action at this time.
0 commit comments