Github API - Test Config

GET /repositories/{repository_id}/environments/{environment_name}/variables
repos
actions

Lists all environment variables. You must authenticate using an access token with the repo scope to use this endpoint. GitHub Apps must have the environments:read repository permission to use this endpoint.
List environment variables

Arguments
key repository-id

repository-id [scalar]

The unique identifier of the repository.

API:
Github Open API
(version: 1.1.4)

key environment-name

environment-name [scalar]

The name of the environment.

API:
Github Open API
(version: 1.1.4)

key variables-per-page

variables-per-page [scalar]

The number of results per page (max 30).

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json 3892

3892 [object]

Attributes
total_count integer

variables actions-variable []

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