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: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,6 @@ This repository provides the functionality to deploy the github actions runner o
13
13
|`hetzner_machine_type`| string | "cx11" | Sets the machine type to use. |
14
14
|`hetzner_machine_os`| string | "debian-10" | Defines the machine operating system to be installed. |
15
15
|`hetzner_additional_public_key_ids`|[]string |[]| Adds public keys to the server that are already registered with hetzner |
16
-
|`github_owner`| string || Defines the organisation name or repository owner. |
17
-
|`github_repository_name`| string || Sets the name of the repository. This option is only used if you use self-hosted Github runners at the repository level. |
18
-
|`github_authentication_user`| string || Sets the user used for issuing new registration tokens. Ensure that the user has the appropriate permissions. |
19
-
|`github_authentication_token`| string || Sets the personal access token for the configured user in the variable `github_authentication_user`. |
20
16
|`hetzner_machine_additional_packages`| string | "" | Defines additional packages that must be installed on the machine. Each package name must be separated by a space ``. |
21
17
|`github_actions_runner_count`| number | 1 | Defines the number of runners to be provided. This option is equal to Machines at hetzner. |
22
18
|`github_actions_runner_labels`| string | "" | Defines a list of labels used to identify the runners. The list is divided by separating the individual entries with `,`. |
0 commit comments