Adding Clarification about reserved names (#8916)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
This commit is contained in:
@@ -126,3 +126,7 @@ For more information, see "[About using actions in your enterprise](/admin/githu
|
||||
If you want to learn more about security practices for {% data variables.product.prodname_actions %}, see "[Security hardening for {% data variables.product.prodname_actions %}](/actions/learn-github-actions/security-hardening-for-github-actions)."
|
||||
|
||||
{% endif %}
|
||||
|
||||
## Reserved Names
|
||||
|
||||
When you enable {% data variables.product.prodname_actions %} for your enterprise, two organizations are created: `github` and `actions`. If your enterprise already uses the `github` organization name, `github-org` (or `github-github-org` if `github-org` is also in use) will be used instead. If your enterprise already uses the `actions` organization name, `github-actions` (or `github-actions-org` if `github-actions` is also in use) will be used instead. Once actions is enabled, you won't be able to use these names anymore.
|
||||
|
||||
Reference in New Issue
Block a user