Github API - Test Config

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

Create 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.
Create 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)

Returns
201 application/json empty-object

empty-object [object]

An object without any properties.

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