Github API - Test Config

GET /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories
orgs
actions
repos

Lists the selected repositories that are configured for a required workflow in an organization. To use this endpoint, the required workflow must be configured to run on selected repositories.

You must authenticate using an access token with the read:org scope to use this endpoint. GitHub Apps must have the administration organization permission to use this endpoint.

For more information, see "Required Workflows."
List selected repositories for 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)

key required-workflow-id

required-workflow-id [scalar]

The unique identifier of the required workflow.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json 3831

3831 [object]

Attributes
repositories repository []

total_count number

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