Github API - Test Config

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

Lists all secrets available in an environment without revealing their encrypted values. You must authenticate using an access token with the repo scope to use this endpoint. GitHub Apps must have the secrets repository permission to use this endpoint.
List environment secrets

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 per-page

per-page [scalar]

The number of results per page (max 100).

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 3891

3891 [object]

Attributes
secrets actions-secret []

total_count integer

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