Skip to content

Commit efe3b3b

Browse files
lucascostiSimran-B
andauthored
Fix 'Allow select actions' wording and description (#1112)
Co-authored-by: Simran <[email protected]>
1 parent a4cdff3 commit efe3b3b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

content/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ versions:
1212

1313
### About {% data variables.product.prodname_actions %} permissions for your enterprise
1414

15-
When you enable {% data variables.product.prodname_actions %} on {% data variables.product.prodname_ghe_server %}, it is enabled for all organizations in your enterprise. You can choose to disable {% data variables.product.prodname_actions %} for all organizations in your enterprise, or only allow specific organizations. You can also limit the use of public actions, so that people can only use local actions that exist in an organization.
15+
When you enable {% data variables.product.prodname_actions %} on {% data variables.product.prodname_ghe_server %}, it is enabled for all organizations in your enterprise. You can choose to disable {% data variables.product.prodname_actions %} for all organizations in your enterprise, or only allow specific organizations. You can also limit the use of public actions, so that people can only use local actions that exist in your enterprise.
1616

1717
### Managing {% data variables.product.prodname_actions %} permissions for your enterprise
1818

content/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can disable all workflows for a repository or set a policy that configures w
6565
{% data reusables.repositories.navigate-to-repo %}
6666
{% data reusables.repositories.sidebar-settings %}
6767
{% data reusables.repositories.settings-sidebar-actions %}
68-
1. Under **Actions permissions**, select **Allow specific actions** and add your required actions to the list.
68+
1. Under **Actions permissions**, select **Allow select actions** and add your required actions to the list.
6969
![Add actions to allow list](/assets/images/help/repository/actions-policy-allow-list.png)
7070
2. Click **Save**.
7171
{% endif %}

content/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can disable all workflows for an organization or set a policy that configure
6161
{% data reusables.profile.access_org %}
6262
{% data reusables.organizations.org_settings %}
6363
{% data reusables.organizations.settings-sidebar-actions %}
64-
1. Under **Policies**, select **Allow specific actions** and add your required actions to the list.
64+
1. Under **Policies**, select **Allow select actions** and add your required actions to the list.
6565
![Add actions to allow list](/assets/images/help/organizations/actions-policy-allow-list.png)
6666
1. Click **Save**.
6767

content/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can disable all workflows for an enterprise or set a policy that configures
3434
{% data reusables.enterprise-accounts.access-enterprise %}
3535
{% data reusables.enterprise-accounts.policies-tab %}
3636
{% data reusables.enterprise-accounts.actions-tab %}
37-
1. Under **Policies**, select **Allow specific actions** and add your required actions to the list.
37+
1. Under **Policies**, select **Allow select actions** and add your required actions to the list.
3838
![Add actions to allow list](/assets/images/help/organizations/enterprise-actions-policy-allow-list.png)
3939

4040
### Enabling workflows for private repository forks
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
If you choose the option to **Allow specific actions**, there are additional options that you can configure. For more information, see "[Allowing specific actions to run](#allowing-specific-actions-to-run)."
1+
If you choose **Allow select actions**, local actions are allowed, and there are additional options for allowing other specific actions. For more information, see "[Allowing specific actions to run](#allowing-specific-actions-to-run)."
22

33
When you allow local actions only, the policy blocks all access to actions authored by {% data variables.product.prodname_dotcom %}. For example, the [`actions/checkout`](https://github.com/actions/checkout) would not be accessible.

data/reusables/actions/allow-specific-actions-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
When you select the **Allow select actions**, there are additional options that you need to choose to configure the allowed actions:
1+
When you choose **Allow select actions**, local actions are allowed, and there are additional options for allowing other specific actions:
22

33
- **Allow actions created by {% data variables.product.prodname_dotcom %}:** You can allow all actions created by {% data variables.product.prodname_dotcom %} to be used by workflows. Actions created by {% data variables.product.prodname_dotcom %} are located in the `actions` and `github` organization. For more information, see the [`actions`](https://github.com/actions) and [`github`](https://github.com/github) organizations.
44
- **Allow Marketplace actions by verified creators:** You can allow all {% data variables.product.prodname_marketplace %} actions created by verified creators to be used by workflows. When GitHub has verified the creator of the action as a partner organization, the {% octicon "verified" aria-label="The verified badge" %} badge is displayed next to the action in {% data variables.product.prodname_marketplace %}.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
When you enable local actions only, workflows can only run actions located in your repository or organization.
1+
When you enable local actions only, workflows can only run actions located in your repository, organization, or enterprise.

0 commit comments

Comments
 (0)