Skip to content

Commit 05c2931

Browse files
committed
adds other necessary versions!
1 parent 7c1ce68 commit 05c2931

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ 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-
{% ifversion ghes > 3.0 %}
58+
{% ifversion fpt or ghes > 3.0 or ghec or ghae %}
5959
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

0 commit comments

Comments
 (0)