1
0
mirror of synced 2025-12-21 10:57:10 -05:00

GHES fixes to actions' permissions and the use of specified actions (#20192)

* made a start

* remove GitHub.com only note

* delete superfluous screenshots

* address comments and revert edits with extra images

* more updates

* finalize updates

* add note for GHES

* remove GHES note
This commit is contained in:
mc
2021-07-13 08:17:41 +01:00
committed by GitHub
parent c74ae85d55
commit 299cf8bfb2
3 changed files with 15 additions and 3 deletions

View File

@@ -28,6 +28,18 @@ shortTitle: Enforce enterprise policies
{% data reusables.enterprise-accounts.actions-tab %}
{% data reusables.actions.enterprise-actions-permissions %}
{% ifversion ghes > 2.22 %}
## Allowing specific actions to run
{% data reusables.actions.allow-specific-actions-intro %}
{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.actions-tab %}
1. Under **Policies**, select **Allow select actions** and add your required actions to the list.
![Add actions to allow list](/assets/images/help/organizations/enterprise-actions-policy-allow-list.png)
{% endif %}
{% ifversion ghes > 2.22 or ghae %}
## Enabling workflows for private repository forks