self_hosted_runner_applications
Overview
Name | self_hosted_runner_applications |
Type | Resource |
Id | github.actions.self_hosted_runner_applications |
Fields
Name | Datatype | Description |
---|---|---|
temp_download_token | string | A short lived bearer token used to download the runner, if needed. |
architecture | string | |
download_url | string | |
filename | string | |
os | string | |
sha256_checksum | string |
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. |
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. |