Github API - Test Config

GET /orgs/{org}/actions/runners/downloads
orgs
actions

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 an organization

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json runner-application []

runner-application [object]

Runner Application

Attributes
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.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)