Skip to main content

runner_applications

Overview

Namerunner_applications
TypeResource
Idgithub.actions.runner_applications

Fields

NameDatatypeDescription
filenamestring
osstring
sha256_checksumstring
temp_download_tokenstringA short lived bearer token used to download the runner, if needed.
architecturestring
download_urlstring

Methods

NameAccessible byRequired ParamsDescription
list_runner_applications_for_orgSELECTorgLists 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_repoSELECTowner, repoLists 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.