Skip to main content

workflow_access

Overview

Nameworkflow_access
TypeResource
Idgithub.actions.workflow_access

Fields

Methods

NameAccessible byRequired ParamsDescription
get_workflow_access_to_repositorySELECTowner, repoGets 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 the
repository administration permission to use this endpoint.
set_workflow_access_to_repositoryEXECowner, repo, data__access_levelSets 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 the
repository administration permission to use this endpoint.