24 lines
1004 B
Markdown
24 lines
1004 B
Markdown
---
|
|
title: GitHub Actions Permissions
|
|
allowTitleToDifferFromFilename: true
|
|
shortTitle: Permissions
|
|
intro: >-
|
|
Use the REST API to interact with permissions for {% data
|
|
variables.product.prodname_actions %}.
|
|
topics:
|
|
- API
|
|
versions:
|
|
fpt: '*'
|
|
ghae: '*'
|
|
ghec: '*'
|
|
ghes: '*'
|
|
autogenerated: rest
|
|
---
|
|
|
|
## About permissions for {% data variables.product.prodname_actions %}
|
|
|
|
You can use the REST API to set permissions for the {% ifversion ghes or ghec or ghae %}enterprises, {% endif %}organizations and repositories that are allowed to run {% data variables.product.prodname_actions %}, and the actions{% ifversion actions-workflow-policy %} and reusable workflows{% endif %} that are allowed to run.{% ifversion fpt or ghec or ghes %} For more information, see "[AUTOTITLE](/actions/learn-github-actions/usage-limits-billing-and-administration#disabling-or-limiting-github-actions-for-your-repository-or-organization)."{% endif %}
|
|
|
|
|
|
<!-- Content after this section is automatically generated -->
|