Github API - Test Config

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

Gets a specific variable in an environment. 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.
Get an environment variable

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 variable-name

variable-name [scalar]

The name of the variable.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json actions-variable

actions-variable [object]

Attributes
created_at string

The date and time at which the variable was created, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ.

name string

The name of the variable.

updated_at string

The date and time at which the variable was last updated, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ.

value string

The value of the variable.

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