Github API - Test Config

GET /repos/{owner}/{repo}/actions/runners/downloads
actions
repos

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.
List runner applications for a repository

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. 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)