Github API - Test Config

POST /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments
actions
repos

Approve or reject pending deployments that are waiting on approval by a required reviewer.

Required reviewers with read access to the repository contents and deployments can use this endpoint. Required reviewers must authenticate using an access token with the repo scope to use this endpoint.
Review pending deployments for a workflow run

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key run-id

run-id [scalar]

The unique identifier of the workflow run.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json deployment []

deployment [object]

A request for a specific ref(branch,sha,tag) to be deployed

Attributes
created_at string

description string

environment string

Name for the target deployment environment.

id integer

Unique identifier of the deployment

node_id string

original_environment string

payload unknown

performed_via_github_app nullable-integration

production_environment boolean

Specifies if the given environment is one that end-users directly interact with. Default: false.

ref string

The ref to deploy. This can be a branch, tag, or sha.

repository_url string

sha string

statuses_url string

task string

Parameter to specify a task to execute

transient_environment boolean

Specifies if the given environment is will no longer exist at some point in the future. Default: false.

updated_at string

url string

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