Skip to content

Commit dc3e0a1

Browse files
author
Danny Verbeek
committed
Update README.md with new variables
1 parent 54d289b commit dc3e0a1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ reinstall_runner: no
6666
hide_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
7275
access_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)
7881
runner_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

0 commit comments

Comments
 (0)