Skip to content

Commit 574bc6f

Browse files
authored
Merge pull request #15964 from github/repo-sync
repo sync
2 parents 3c38e0c + e0909e9 commit 574bc6f

File tree

5 files changed

+80
-5
lines changed

5 files changed

+80
-5
lines changed

content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ topics:
1212
- Enterprise
1313
---
1414

15+
{% ifversion ghes < 3.3 %}
16+
{% note %}
17+
18+
**Note:** {% data reusables.enterprise.upgrade-ghes-for-actions %}
19+
20+
{% endnote %}
21+
{% endif %}
22+
23+
## About {% data variables.product.prodname_actions %} for enterprises
24+
1525
With {% data variables.product.prodname_actions %}, you can improve developer productivity by automating every phase of your enterprise's software development workflow.
1626

1727
| Task | More information |
@@ -23,18 +33,29 @@ With {% data variables.product.prodname_actions %}, you can improve developer pr
2333

2434
{% data variables.product.prodname_actions %} helps your team work faster at scale. When large repositories start using {% data variables.product.prodname_actions %}, teams merge significantly more pull requests per day, and the pull requests are merged significantly faster. For more information, see "[Writing and shipping code faster](https://octoverse.github.com/writing-code-faster/#scale-through-automation)" in the State of the Octoverse.
2535

26-
{% data variables.product.prodname_actions %} also provides greater control over deployments. For example, you can use environments to require approval for a job to proceed, restrict which branches can trigger a workflow, or limit access to secrets.{% ifversion ghec or ghae-issue-4856 %} If your workflows need to access resources from a cloud provider that supports OpenID Connect (OIDC), you can configure your workflows to authenticate directly to the cloud provider. This will allow you to stop storing credentials as long-lived secrets and provide other security benefits. For more information, see "[About security hardening with OpenID Connect](/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)."{% endif %}
36+
You can create your own unique automations, or you can use and adapt workflows from our ecosystem of over 10,000 actions built by industry leaders and the open source community. For more information, see "[Finding and customizing actions](/actions/learn-github-actions/finding-and-customizing-actions)."
2737

2838
{% data variables.product.prodname_actions %} is developer friendly, because it's integrated directly into the familiar {% data variables.product.product_name %} experience.
2939

30-
You can create your own unique automations, or you can use and adapt workflows from our ecosystem of over 10,000 actions built by industry leaders and the open source community. For more information, see "[Finding and customizing actions](/actions/learn-github-actions/finding-and-customizing-actions)."
31-
3240
{% ifversion ghec %}You can enjoy the convenience of {% data variables.product.company_short %}-hosted runners, which are maintained and upgraded by {% data variables.product.company_short %}, or you{% else %}You{% endif %} can control your own private CI/CD infrastructure by using self-hosted runners. Self-hosted runners allow you to determine the exact environment and resources that complete your builds, testing, and deployments, without exposing your software development cycle to the internet. For more information, see {% ifversion ghec %}"[About {% data variables.product.company_short %}-hosted runners](/actions/using-github-hosted-runners/about-github-hosted-runners)" and{% endif %} "[About self-hosted runners](/actions/hosting-your-own-runners/about-self-hosted-runners)."
3341

42+
{% data variables.product.prodname_actions %} provides greater control over deployments. For example, you can use environments to require approval for a job to proceed, restrict which branches can trigger a workflow, or limit access to secrets.{% ifversion ghec or ghae-issue-4856 %} If your workflows need to access resources from a cloud provider that supports OpenID Connect (OIDC), you can configure your workflows to authenticate directly to the cloud provider. OIDC provides security benefits such as eliminating the need to store credentials as long-lived secrets. For more information, see "[About security hardening with OpenID Connect](/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)."{% endif %}
43+
3444
{% data variables.product.prodname_actions %} also includes tools to govern your enterprise's software development cycle and meet compliance obligations. For more information, see "[Enforcing policies for {% data variables.product.prodname_actions %} in your enterprise](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise)."
3545

46+
## About getting started with {% data variables.product.prodname_actions %}
47+
48+
{% data reusables.actions.introducing-enterprise %}
49+
50+
{% data reusables.actions.migrating-enterprise %}
51+
52+
{% ifversion ghes %}
53+
{% data reusables.actions.ghes-actions-not-enabled-by-default %} After you finish planning, you can follow the instructions for enabling {% data variables.product.prodname_actions %}. For example, you may need to upgrade the CPU and memory resources for {% data variables.product.product_location %}. For more information, see "[Getting started with {% data variables.product.prodname_actions %} for {% data variables.product.prodname_ghe_server %}](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server)."
54+
55+
{% else %}
56+
After you finish planning, you can follow the instructions for getting started with {% data variables.product.prodname_actions %}. For more information, see {% ifversion ghec %}"[Getting started with {% data variables.product.prodname_actions %} for {% data variables.product.prodname_ghe_cloud %}](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud)."{% elsif ghae %}"[Getting started with {% data variables.product.prodname_actions %} for {% data variables.product.prodname_ghe_managed %}](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae)."{% endif %}
57+
{% endif %}
3658

37-
To learn more about how you can successfully adopt {% data variables.product.prodname_actions %} for your enterprise, follow the "[Adopt {% data variables.product.prodname_actions %} for your enterprise](/admin/guides#adopt-github-actions-for-your-enterprise)" learning path.
3859

3960
## Further reading
4061

content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This article explains how site administrators can configure {% data variables.pr
2525

2626
{% data reusables.enterprise.upgrade-ghes-for-actions %}
2727

28-
{% data variables.product.prodname_actions %} is not enabled for {% data variables.product.prodname_ghe_server %} by default. You'll need to determine whether your instance has adequate CPU and memory resources to handle the load from {% data variables.product.prodname_actions %} without causing performance loss, and possibly increase those resources. You'll also need to decide which storage provider you'll use for the blob storage required to store artifacts generated by workflow runs. Then, you'll enable {% data variables.product.prodname_actions %} for your enterprise, manage access permissions, and add self-hosted runners to run workflows.
28+
{% data reusables.actions.ghes-actions-not-enabled-by-default %} You'll need to determine whether your instance has adequate CPU and memory resources to handle the load from {% data variables.product.prodname_actions %} without causing performance loss, and possibly increase those resources. You'll also need to decide which storage provider you'll use for the blob storage required to store artifacts generated by workflow runs. Then, you'll enable {% data variables.product.prodname_actions %} for your enterprise, manage access permissions, and add self-hosted runners to run workflows.
2929

3030
{% data reusables.actions.introducing-enterprise %}
3131

content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ Whenever your workflow developers want to use an action that's stored in a priva
8585

8686
You should plan for how you'll manage the resources required to use {% data variables.product.prodname_actions %}.
8787

88+
{% ifversion ghes %}
89+
### Hardware requirements
90+
91+
You may need to upgrade the CPU and memory resources for {% data variables.product.product_location %} to handle the load from {% data variables.product.prodname_actions %} without causing performance loss. For more information, see "[Getting started with {% data variables.product.prodname_actions %} for {% data variables.product.prodname_ghe_server %}](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server#review-hardware-requirements)."
92+
{% endif %}
93+
8894
### Runners
8995

9096
{% data variables.product.prodname_actions %} workflows require runners.{% ifversion ghec %} You can choose to use {% data variables.product.prodname_dotcom %}-hosted runners or self-hosted runners. {% data variables.product.prodname_dotcom %}-hosted runners are convenient because they are managed by {% data variables.product.company_short %}, who handles maintenance and upgrades for you. However, you may want to consider self-hosted runners if you need to run a workflow that will access resources behind your firewall or you want more control over the resources, configuration, or geographic location of your runner machines. For more information, see "[About {% data variables.product.prodname_dotcom %}-hosted runners](/actions/using-github-hosted-runners/about-github-hosted-runners)" and "[About self-hosted runners](/actions/hosting-your-own-runners/about-self-hosted-runners)."{% else %} You will need to host your own runners by installing the {% data variables.product.prodname_actions %} self-hosted runner application on your own machines. For more information, see "[About self-hosted runners](/actions/hosting-your-own-runners/about-self-hosted-runners)."{% endif %}

content/billing/managing-your-github-billing-settings/setting-your-billing-email.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,50 @@ One address must always be designated as the primary recipient. The address with
7171
1. To the right of the email address, use the "Edit" drop-down menu, and click **Remove**.
7272
![Remove recipient](/assets/images/help/billing/billing-remove-email-recipient.png)
7373
1. Review the confirmation prompt, then click **Remove**.
74+
75+
{% ifversion ghec %}
76+
## Setting your enterprise's billing email
77+
78+
Your enterprise's billing email is where {% data variables.product.product_name %} sends receipts and other billing-related communication. The email address does not need to be unique to the enterprise account.
79+
80+
Only enterprise members with the owner or billing manager role can access or change billing settings for your enterprise. For more information, see "[Managing users in your enterprise](/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise)."
81+
82+
{% data reusables.enterprise-accounts.access-enterprise %}
83+
{% data reusables.enterprise-accounts.settings-tab %}
84+
{% data reusables.enterprise-accounts.billing-tab %}
85+
1. Click **Billing emails**.
86+
2. Under "Email recipients", to the right of the billing email address, click **Edit**.
87+
![Screenshot of the current billing email with the edit button emphasized](/assets/images/help/billing/billing-change-email.png)
88+
2. Type a valid email address, then click **Update**.
89+
![Screenshot of the edit billing email address modal window with a sample email address entered](/assets/images/help/billing/billing-change-email-modal.png)
90+
91+
## Managing additional recipients for your enterprise's billing email
92+
93+
If you have users that want to receive billing reports, you can add their email addresses as billing email recipients.
94+
95+
Only enterprise members with the owner or billing manager role can access or change billing settings for your enterprise. For more information, see "[Managing users in your enterprise](/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise)."
96+
97+
### Adding a recipient for billing notifications
98+
99+
{% data reusables.enterprise-accounts.access-enterprise %}
100+
{% data reusables.enterprise-accounts.settings-tab %}
101+
{% data reusables.enterprise-accounts.billing-tab %}
102+
1. Click **Billing emails**.
103+
2. Under "Email recipients", to the right of the billing email address, click **Add**.
104+
![Screenshot of the current billing email with the add button emphasized](/assets/images/help/billing/billing-add-email-recipient.png)
105+
3. Type the email address of the recipient, then click **Add**.
106+
![Screenshot of the add billing email address modal window without a sample email address entered](/assets/images/help/billing/billing-add-email-recipient-modal.png)
107+
108+
### Removing a recipient from billing notifications
109+
110+
{% data reusables.enterprise-accounts.access-enterprise %}
111+
{% data reusables.enterprise-accounts.settings-tab %}
112+
{% data reusables.enterprise-accounts.billing-tab %}
113+
1. Click **Billing emails**.
114+
2. Under "Email recipients", find the email address you want to remove.
115+
3. For the user's entry in the list, click **Edit**.
116+
![Screenshot of the recipient's email with the edit button emphasized](/assets/images/help/billing/billing-edit-email-recipient.png)
117+
4. To the right of the email address, use the "Edit" drop-down menu, and click **Remove**.
118+
![Screenshot of the recipient's email with the remove button emphasized](/assets/images/help/billing/billing-remove-email-recipient.png)
119+
5. Review the confirmation prompt, then click **Remove**.
120+
{% endif %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% data variables.product.prodname_actions %} is not enabled for {% data variables.product.prodname_ghe_server %} by default.

0 commit comments

Comments
 (0)