You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,17 +99,15 @@ Some of the features listed below are limited to organizations using {% data var
Copy file name to clipboardExpand all lines: content/repositories/creating-and-managing-repositories/transferring-a-repository.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Prerequisites for repository transfers:
39
39
* To transfer a repository that you own to an organization, you must have permission to create a repository in the target organization.
40
40
* The target account must not have a repository with the same name, or a fork in the same network.
41
41
* The original owner of the repository is added as a collaborator on the transferred repository. Other collaborators to the transferred repository remain intact.
42
-
* Single repositories forked from a private upstream network cannot be transferred.
42
+
* Single repositories forked from a private {%- ifversion ghec %} or internal {%- endif %} upstream network cannot be transferred.
43
43
{%- ifversion ghec %}
44
44
* Internal repositories can only be transferred to an organization in the enterprise. You cannot transfer an internal repository from an organization owned by one enterprise account to an organization owned by a different enterprise account.
To create secrets or variables on {% data variables.product.prodname_dotcom %} for a personal account repository, you must be the repository owner. To create secrets or variables on {% data variables.product.prodname_dotcom %} for an organization repository, you must have {% ifversion ghec %} `write`{% endif %}{% ifversion fpt or ghes %} `admin` {% endif %} access. Lastly, to create secrets or variables for a personal account repository or an organization repository through the REST API, you must have collaborator access.
1
+
{% ifversion repo-ci-cd-admin %}To create secrets or variables on {% data variables.product.prodname_dotcom %} for an organization repository, you must have `write` access.{% else %}To create secrets or variables on {% data variables.product.prodname_dotcom %} for an organization repository, you must have `admin` access.{% endif %} For a personal account repository, you must be the repository owner to create secrets or variable in the web UI or a repository collaborator to create secrets or variables through the REST API.
0 commit comments