runner_applications
Overview
Name | runner_applications |
Type | Resource |
Id | github.actions.runner_applications |
Fields
Name | Datatype | Description |
---|---|---|
architecture | string | |
download_url | string | |
filename | string | |
os | string | |
sha256_checksum | string | |
temp_download_token | string | A short lived bearer token used to download the runner, if needed. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_runner_applications_for_org | SELECT | org | Lists binaries for the runner application that you can download and run. You must authenticate using an access token with the admin:org scope to use this endpoint.If the repository is private, you must use an access token with the repo scope.GitHub Apps must have the administration permission for repositories and the organization_self_hosted_runners permission for organizations.Authenticated users must have admin access to repositories or organizations, or the manage_runners:enterprise scope for enterprises, to use these endpoints. |
list_runner_applications_for_repo | SELECT | owner, repo | Lists binaries for the runner application that you can download and run. You must authenticate using an access token with the repo scope to use this endpoint.If the repository is private, you must use an access token with the repo scope.GitHub Apps must have the administration permission for repositories and the organization_self_hosted_runners permission for organizations.Authenticated users must have admin access to repositories or organizations, or the manage_runners:enterprise scope for enterprises, to use these endpoints. |