Skip to content

Commit 471b94b

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 86fda26 + e3c7bfa commit 471b94b

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,8 @@
2929
"forwardPorts": [4000],
3030

3131
// Use 'postCreateCommand' to run commands after the container is created.
32-
"postCreateCommand": "npm ci && npm run build",
32+
"postCreateCommand": "npm ci && npm run build",
3333

34-
// Use 'postCreateCommand' to install the Open Reusables extension.
35-
"postCreateCommand": "code --install-extension .vscode/open-reusable-1.3.0.vsix",
36-
3734
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
3835
"remoteUser": "node"
3936
}

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 fpt or ghes > 3.0 or ghec or ghae %}
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)