Github API - Test Config

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

Gets a single environment secret without revealing its encrypted value. 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.
Get an environment secret

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

secret-name [scalar]

The name of the secret.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json actions-secret

actions-secret [object]

Set secrets for GitHub Actions.

Attributes
created_at string

name string

The name of the secret.

updated_at string

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