Github API - Test Config

DELETE /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}
orgs
actions
repos

Removes a repository from a required workflow. To use this endpoint, the required workflow must be configured to run on selected repositories.

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

For more information, see "Required Workflows."
Remove a selected repository from required workflow

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key required-workflow-id

required-workflow-id [scalar]

The unique identifier of the required workflow.

API:
Github Open API
(version: 1.1.4)

key repository-id

repository-id [scalar]

The unique identifier of the repository.

API:
Github Open API
(version: 1.1.4)

API:
Github Open API
(version: 1.1.4)