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/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise.md
+11-15Lines changed: 11 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Configuring GitHub Pages for your enterprise
3
-
intro: 'You can enable or disable {% data variables.product.prodname_pages %} for your enterpriseand choose whether to make sites publicly accessible.'
3
+
intro: 'You can enable or disable {% data variables.product.prodname_pages %} for your enterprise{% ifversion ghes %} and choose whether to make sites publicly accessible{% endif %}.'
## Enabling public sites for {% data variables.product.prodname_pages %}
22
25
23
-
{% ifversion ghes %}If private mode is enabled on your enterprise, the {% else %}The {% endif %}public cannot access {% data variables.product.prodname_pages %} sites hosted by your enterprise unless you enable public sites.
26
+
If private mode is enabled on your enterprise, the public cannot access {% data variables.product.prodname_pages %} sites hosted by your enterprise unless you enable public sites.
24
27
25
28
{% warning %}
26
29
27
30
**Warning:** If you enable public sites for {% data variables.product.prodname_pages %}, every site in every repository on your enterprise will be accessible to the public.
28
31
29
32
{% endwarning %}
30
33
31
-
{% ifversion ghes %}
32
34
{% data reusables.enterprise_site_admin_settings.access-settings %}
33
35
{% data reusables.enterprise_site_admin_settings.management-console %}
34
36
{% data reusables.enterprise_management_console.pages-tab %}
35
37
4. Select **Public Pages**.
36
38

37
39
{% data reusables.enterprise_management_console.save-settings %}
38
-
{% elsif ghae %}
39
-
{% data reusables.enterprise-accounts.access-enterprise %}
40
-
{% data reusables.enterprise-accounts.policies-tab %}
41
-
{% data reusables.enterprise-accounts.pages-tab %}
42
-
5. Under "Pages policies", select **Public {% data variables.product.prodname_pages %}**.
43
-

44
-
{% data reusables.enterprise-accounts.pages-policies-save %}
45
-
{% endif %}
46
40
47
41
## Disabling {% data variables.product.prodname_pages %} for your enterprise
48
42
49
-
{% ifversion ghes %}
50
43
If subdomain isolation is disabled for your enterprise, you should also disable {% data variables.product.prodname_pages %} to protect yourself from potential security vulnerabilities. For more information, see "[Enabling subdomain isolation](/admin/configuration/enabling-subdomain-isolation)."
51
-
{% endif %}
52
44
53
-
{% ifversion ghes %}
54
45
{% data reusables.enterprise_site_admin_settings.access-settings %}
55
46
{% data reusables.enterprise_site_admin_settings.management-console %}
56
47
{% data reusables.enterprise_management_console.pages-tab %}
57
48
4. Unselect **Enable Pages**.
58
49

59
50
{% data reusables.enterprise_management_console.save-settings %}
60
-
{% elsif ghae %}
51
+
52
+
{% endif %}
53
+
54
+
{% ifversion ghae %}
55
+
61
56
{% data reusables.enterprise-accounts.access-enterprise %}
62
57
{% data reusables.enterprise-accounts.policies-tab %}
63
58
{% data reusables.enterprise-accounts.pages-tab %}
64
59
5. Under "Pages policies", deselect **Enable {% data variables.product.prodname_pages %}**.
65
60

66
61
{% data reusables.enterprise-accounts.pages-policies-save %}
Copy file name to clipboardExpand all lines: content/repositories/creating-and-managing-repositories/transferring-a-repository.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ Prerequisites for repository transfers:
30
30
- When you transfer a repository that you own to another user account, the new owner will receive a confirmation email.{% ifversion fpt or ghec %} The confirmation email includes instructions for accepting the transfer. If the new owner doesn't accept the transfer within one day, the invitation will expire.{% endif %}
31
31
- To transfer a repository that you own to an organization, you must have permission to create a repository in the target organization.
32
32
- The target account must not have a repository with the same name, or a fork in the same network.
33
-
- The original owner of the repository is added as a collaborator on the transferred repository. Other collaborators to the transferred repository remain intact.
33
+
- The original owner of the repository is added as a collaborator on the transferred repository. Other collaborators to the transferred repository remain intact.{% ifversion ghec or ghes or ghae %}
34
+
- Internal repositories can't be transferred.{% endif %}
34
35
- Private forks can't be transferred.
35
36
36
37
{% ifversion fpt or ghec %}If you transfer a private repository to a {% data variables.product.prodname_free_user %} user or organization account, the repository will lose access to features like protected branches and {% data variables.product.prodname_pages %}. {% data reusables.gated-features.more-info %}{% endif %}
Copy file name to clipboardExpand all lines: content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ The default permissions can also be configured in the organization settings. If
118
118
119
119
{% endnote %}
120
120
121
-
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)."
121
+
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)."
122
122
123
123
To configure whether workflows in an internal repository can be accessed from outside the repository:
124
124
@@ -128,8 +128,8 @@ To configure whether workflows in an internal repository can be accessed from ou
128
128
1. Under **Access**, choose one of the access settings:
129
129

130
130
***Not accessible** - Workflows in other repositories can't use workflows in this repository.
131
-
***Accessible by any repository in the organization** - Workflows in other repositories can use workflows in this repository as long as they are part of the same organization.
132
-
***Accessible by any repository in the enterprise** - Workflows in other repositories can use workflows in this repository as long as they are part of the same enterprise.
131
+
***Repositories in the <organization name> organization can access** - Workflows in other repositories can use workflows in this repository if they belong to the same organization and their visibility is private or internal.
132
+
***Repositories in any organization belong to the <enterprise name> enterprise can access** - Workflows in other repositories can use workflows in this repository if they belong to the same enterprise and their visibility is private or internal.
title: 'Increase the fault tolerance of your instance'
48
55
description: "Back up your developers' code and configure high availability (HA) to ensure the reliability of {% data variables.product.prodname_ghe_server %} in your environment."
description: "Review network configuration and security features, and harden the instance running {% data variables.product.prodname_ghe_server %} to protect your enterprise's data."
title: 'Configure {% data variables.product.prodname_actions %}'
72
83
description: 'Allow your developers to create, automate, customize, and execute powerful software development workflows for {% data variables.product.product_location %} with {% data variables.product.prodname_actions %}.'
0 commit comments