workflow_access
Overview
Name | workflow_access |
Type | Resource |
Id | github.actions.workflow_access |
Fields
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_workflow_access_to_repository | SELECT | owner, repo | Gets the level of access that workflows outside of the repository have to actions and reusable workflows in the repository. This endpoint only applies to private repositories. For more information, see "Allowing access to components in a private repository." You must authenticate using an access token with the repo scope to use this endpoint. GitHub Apps must have therepository administration permission to use this endpoint. |
set_workflow_access_to_repository | EXEC | owner, repo, data__access_level | Sets the level of access that workflows outside of the repository have to actions and reusable workflows in the repository. This endpoint only applies to private repositories. For more information, see "Allowing access to components in a private repository". You must authenticate using an access token with the repo scope to use this endpoint. GitHub Apps must have therepository administration permission to use this endpoint. |