Github API - Test Config

GET /orgs/{org}/actions/permissions
orgs
actions

Gets the GitHub Actions permissions policy for repositories and allowed actions and reusable workflows in an organization.

You must authenticate using an access token with the admin:org scope to use this endpoint. GitHub Apps must have the administration organization permission to use this API.
Get GitHub Actions permissions for an organization

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json actions-organization-permissions

actions-organization-permissions [object]

Attributes
allowed_actions allowed-actions

enabled_repositories enabled-repositories

selected_actions_url selected-actions-url

selected_repositories_url string

The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when enabled_repositories is set to selected.

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