Skip to content

Commit 7c1ce68

Browse files
committed
version out environments for deployment from ghes < 3.1
1 parent cbbc67e commit 7c1ce68

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before you introduce {% data variables.product.prodname_actions %} to a large en
2222

2323
## Governance and compliance
2424

25-
Your should create a plan to govern your enterprise's use of {% data variables.product.prodname_actions %} and meet your compliance obligations.
25+
Your should create a plan to govern your enterprise's use of {% data variables.product.prodname_actions %} and meet your compliance obligations.
2626

2727
Determine which actions your developers will be allowed to use. {% ifversion ghes %}First, decide whether you'll enable access to actions from outside your instance. {% data reusables.actions.access-actions-on-dotcom %} For more information, see "[About using actions in your enterprise](/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise)."
2828

@@ -55,8 +55,8 @@ You should plan where you'll store your secrets. We recommend storing secrets in
5555
In {% data variables.product.prodname_dotcom %}, you can store secrets at the repository or organization level. Secrets at the repository level can be limited to workflows in certain environments, such as production or testing. For more information, see "[Encrypted secrets](/actions/security-guides/encrypted-secrets)."
5656

5757
![Screenshot of a list of secrets](/assets/images/help/settings/actions-org-secrets-list.png)
58-
59-
You should consider adding manual approval protection for sensitive environments, so that workflows must be approved before getting access to the environments' secrets. For more information, see "[Using environments for deployments](/actions/deployment/targeting-different-environments/using-environments-for-deployment)."
58+
{% ifversion ghes > 3.0 %}
59+
You should consider adding manual approval protection for sensitive environments, so that workflows must be approved before getting access to the environments' secrets. For more information, see "[Using environments for deployments](/actions/deployment/targeting-different-environments/using-environments-for-deployment)."{% endif %}
6060

6161
### Security considerations for third-party actions
6262

@@ -121,4 +121,4 @@ For more detailed usage data, you{% else %}You{% endif %} can use webhooks to su
121121

122122
Make a plan for how your enterprise can pass the information from these webhooks into a data archiving system. You can consider using "CEDAR.GitHub.Collector", an open source tool that collects and processes webhook data from {% data variables.product.prodname_dotcom %}. For more information, see the [`Microsoft/CEDAR.GitHub.Collector` repository](https://github.com/microsoft/CEDAR.GitHub.Collector/).
123123

124-
You should also plan how you'll enable your teams to get the data they need from your archiving system.
124+
You should also plan how you'll enable your teams to get the data they need from your archiving system.

0 commit comments

Comments
 (0)