Github API - Test Config

POST /orgs/{org}/actions/required_workflows
orgs
actions

Create a required workflow in an organization.

You must authenticate using an access token with the admin:org scope to use this endpoint.

For more information, see "Required Workflows."
Create a required workflow

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

Returns
201 application/json required-workflow

required-workflow [object]

Attributes
created_at string

id number

Unique identifier for a required workflow

name string

Name present in the workflow file

path string

Path of the workflow file

ref string

Ref at which the workflow file will be selected

repository minimal-repository

scope string

Scope of the required workflow

selected_repositories_url string

state string

State of the required workflow

updated_at string

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

validation_failed_simple [scalar]

Validation failed, or the endpoint has been spammed.

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