Github API - Test Config

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

Updates an environment variable that you can reference in a GitHub Actions workflow.
You must authenticate using an access token with the repo scope to use this endpoint.
GitHub Apps must have the environment:write repository permission to use this endpoint.
Update 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 variable-name

variable-name [scalar]

The name of the variable.

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)

API:
Github Open API
(version: 1.1.4)