Skip to content

Commit 75ccc01

Browse files
authored
[4 March] Use actions from internal repositories - beta > GA (github#25606)
* Remove beta note box * Add cross-ref to REST API docs * Slight rewording of last commit
1 parent c4489e6 commit 75ccc01

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

content/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ topics:
1010
shortTitle: Share with your enterprise
1111
---
1212

13-
{% note %}
14-
15-
**Note:** Allowing workflows to access actions in internal repositories is currently in beta and subject to change.
16-
17-
{% endnote %}
18-
1913
## About {% data variables.product.prodname_actions %} access to internal repositories
2014

2115
If your organization is owned by an enterprise account, you can share actions and workflows within your enterprise, without publishing the action or workflow publicly, by allowing {% data variables.product.prodname_actions %} workflows to access an internal repository that contains the action or workflow.

content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The default permissions can also be configured in the organization settings. If
124124

125125
Members of your enterprise can use internal repositories to work on projects without sharing information publicly. For information, see "[About repositories](/repositories/creating-and-managing-repositories/about-repositories#about-internal-repositories)."
126126

127-
You can configure whether {% if internal-actions%}actions and {% endif %}workflows in an internal repository can be accessed from outside the repository.{% if internal-actions %} For more information, see "[Sharing actions and workflows with your enterprise](/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise)."{% endif %}
127+
You can use the steps below to configure whether {% if internal-actions%}actions and {% endif %}workflows in an internal repository can be accessed from outside the repository.{% if internal-actions %} For more information, see "[Sharing actions and workflows with your enterprise](/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise)." Alternatively, you can use the REST API to set, or get details of, the level of access. For more information, see "[Get the level of access for workflows outside of the repository](/rest/reference/actions#get-the-level-of-access-for-workflows-outside-of-the-repository#get-the-level-of-access-for-workflows-outside-of-the-repository)" and "[Set the level of access for workflows outside of the repository](/rest/reference/actions#get-the-level-of-access-for-workflows-outside-of-the-repository#set-the-level-of-access-for-workflows-outside-of-the-repository)."{% endif %}
128128

129129
1. On {% data variables.product.prodname_dotcom %}, navigate to the main page of the internal repository.
130130
1. Under your repository name, click {% octicon "gear" aria-label="The gear icon" %} **Settings**.

0 commit comments

Comments
 (0)