зеркало из https://github.com/github/docs.git
fix version for actions rest api section (#16395)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
This commit is contained in:
Родитель
58f040a4cf
Коммит
c82ef7e614
|
@ -24,6 +24,7 @@ The Artifacts API allows you to download, delete, and retrieve information about
|
|||
{% if operation.subcategory == 'artifacts' %}{% include rest_operation %}{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
|
||||
## Permissions
|
||||
|
||||
The Permissions API allows you to set permissions for what organizations and repositories are allowed to run {% data variables.product.prodname_actions %}, and what actions are allowed to run. For more information, see "[Usage limits, billing, and administration](/actions/reference/usage-limits-billing-and-administration#disabling-or-limiting-github-actions-for-your-repository-or-organization)."
|
||||
|
@ -33,6 +34,7 @@ You can also set permissions for an enterprise. For more information, see the "[
|
|||
{% for operation in currentRestOperations %}
|
||||
{% if operation.subcategory == 'permissions' %}{% include rest_operation %}{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
## Secrets
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче