You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,8 @@ These containers are built via Github actions that [copy the dockerfile](https:/
71
71
|`RUNNER_WORKDIR`| The working directory for the runner. Runners on the same host should not share this directory. Default is '/_work'. This must match the source path for the bind-mounted volume at RUNNER_WORKDIR, in order for container actions to access files. |
72
72
|`RUNNER_GROUP`| Name of the runner group to add this runner to (defaults to the default runner group) |
73
73
|`GITHUB_HOST`| Optional URL of the Github Enterprise server e.g github.mycompany.com. Defaults to `github.com`. |
74
+
|`GITHUB_API_HOST`| Optional API host to use for token generation. Useful when the API host differs from `GITHUB_HOST`, e.g. `api.mycompany.ghe.com` for GitHub Enterprise Cloud with data residency. |
75
+
|`GITHUB_API_PATH`| Optional API path to use for token generation. Defaults to `/api/v3` for non-`github.com` hosts. Set to `/` when the API host does not use a path. |
74
76
|`DISABLE_AUTOMATIC_DEREGISTRATION`| Optional flag to disable signal catching for deregistration. Default is `false`. Any value other than exactly `false` is considered `true`. See [here](https://github.com/myoung34/docker-github-actions-runner/issues/94)|
75
77
|`CONFIGURED_ACTIONS_RUNNER_FILES_DIR`| Path to use for runner data. It allows avoiding reregistration each the start of the runner. No default value. |
76
78
|`EPHEMERAL`| Optional flag to configure runner with [`--ephemeral` option](https://docs.github.com/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners#using-ephemeral-runners-for-autoscaling). Ephemeral runners are suitable for autoscaling. |
0 commit comments