1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Update documentation for GitHub AE's December 2021 release (#23405)

This commit is contained in:
Matt Pollard
2021-12-07 10:36:37 +01:00
committed by GitHub
parent db3254bfe7
commit b3e1ff4e89
284 changed files with 623 additions and 2373 deletions

View File

@@ -13,7 +13,6 @@ topics:
miniTocMaxHeadingLevel: 3
---
{% data reusables.actions.ae-beta %}
The {% data variables.product.prodname_actions %} API enables you to manage {% data variables.product.prodname_actions %} using the REST API. {% data reusables.actions.actions-authentication %} {% data variables.product.prodname_github_apps %} require the permissions mentioned in each endpoint. For more information, see "[{% data variables.product.prodname_actions %} Documentation](/actions)."
@@ -34,7 +33,7 @@ The Artifacts API allows you to download, delete, and retrieve information about
{% ifversion fpt or ghes > 2.22 or ghae or ghec %}
## 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)."
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.{% ifversion fpt or ghec or ghes %} 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)."{% endif %}
You can also set permissions for an enterprise. For more information, see the "[{% data variables.product.prodname_dotcom %} Enterprise administration](/rest/reference/enterprise-admin#github-actions)" REST API.

View File

@@ -85,7 +85,6 @@ You can also read the current version by calling the [meta endpoint](/rest/refer
## GitHub Actions
{% data reusables.actions.ae-beta %}
{% for operation in currentRestOperations %}
{% if operation.subcategory == 'actions' %}{% include rest_operation %}{% endif %}

View File

@@ -170,7 +170,7 @@ You can communicate that a transient environment no longer exists by setting its
{% if operation.subcategory == 'deployments' %}{% include rest_operation %}{% endif %}
{% endfor %}
{% ifversion fpt or ghes > 3.1 or ghae-next or ghec %}
{% ifversion fpt or ghes > 3.1 or ghae or ghec %}
## Environments
The Environments API allows you to create, configure, and delete environments. For more information about environments, see "[Using environments for deployment](/actions/deployment/using-environments-for-deployment)." To manage environment secrets, see "[Secrets](/rest/reference/actions#secrets)."

View File

@@ -11,7 +11,7 @@ miniTocMaxHeadingLevel: 3
{% data reusables.secret-scanning.api-beta %}
The {% data variables.product.prodname_secret_scanning %} API lets you{% ifversion fpt or ghec or ghes > 3.1 or ghae-next %}:
The {% data variables.product.prodname_secret_scanning %} API lets you{% ifversion fpt or ghec or ghes > 3.1 or ghae %}:
- Enable or disable {% data variables.product.prodname_secret_scanning %} for a repository. For more information, see "[Repositories](/rest/reference/repos#update-a-repository)" in the REST API documentation.
- Retrieve and update {% data variables.product.prodname_secret_scanning %} alerts from a {% ifversion fpt or ghec %}private {% endif %}repository. For futher details, see the sections below.