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
|`mode`| Always required. | Specify here which mode you want to use: <br> - `start` - to start a new runner; <br> - `stop` - to stop the previously created runner. |
208
-
|`github-token`| Always required. | GitHub Personal Access Token with the `repo` scope assigned. |
210
+
|`github-token`| Always required. |Fine-grained GitHub Personal Access Token with appropriate permissions (see setup instructions above). |
209
211
|`ec2-image-id`| Required if you use the `start` mode. | EC2 Image Id (AMI). <br><br> The new runner will be launched from this image. <br><br> The action is compatible with Amazon Linux 2 images. |
210
212
|`ec2-instance-type`| Required if you use the `start` mode. | EC2 Instance Type. |
211
213
|`subnet-id`| Required if you use the `start` mode. | VPC Subnet Id. <br><br> The subnet should belong to the same VPC as the specified security group. |
@@ -224,6 +226,7 @@ Now you're ready to go!
224
226
|`ec2-volume-size`| Optional | Defines the size of the EC2 Volume in GB, will use the AWS default of 8 GB if not provided. |
225
227
|`ec2-device-name`| Optional | Defines the device name used for the root volume. |
226
228
|`ec2-volume-type`| Optional | Defines the device type used for the root volume. |
229
+
|`run-runner-in-org`| Optional | Default: false. When set to true, the runner will be registered at the organization level instead of the repository level. This allows using fine-grained personal access tokens with only the "Self-hosted runners" organization permission and "Contents" repository permission, avoiding the need for repository admin permissions. |
0 commit comments