From efb518627671788673e14c562fd3105f47edbd05 Mon Sep 17 00:00:00 2001
From: Sophie <29382425+sophietheking@users.noreply.github.com>
Date: Thu, 25 Jan 2024 13:28:19 +0100
Subject: [PATCH] [Improvement]: Add Deploy Keys to Note mentioning things
which requiring certificate authorities does not impact (#48824)
---
data/reusables/organizations/require-ssh-cert.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/reusables/organizations/require-ssh-cert.md b/data/reusables/organizations/require-ssh-cert.md
index ac90a5b86f..dcd2a4e3c9 100644
--- a/data/reusables/organizations/require-ssh-cert.md
+++ b/data/reusables/organizations/require-ssh-cert.md
@@ -1,7 +1,7 @@
-1. Optionally, to require members to use SSH certificates, select **Require SSH Certificates**, then click **Save**.
+1. Optionally, to require members to use SSH certificates, select **Require SSH Certificates**, then click **Save**.
{% note %}
- **Note:** When you require SSH certificates, the requirement does not apply to authorized {% data variables.product.prodname_oauth_apps %} and {% data variables.product.prodname_github_apps %} {% ifversion ssh-cert-policy-allow-u2s-tokens %}(including user-to-server tokens){% endif %} or to {% data variables.product.prodname_dotcom %} features such as {% data variables.product.prodname_actions %}{% ifversion fpt or ghec %} and {% data variables.product.prodname_codespaces %}{% endif %}, which are trusted environments within the {% data variables.product.prodname_dotcom %} ecosystem.
+ **Note:** When you require SSH certificates, the requirement does not apply to authorized {% data variables.product.prodname_oauth_apps %} and {% data variables.product.prodname_github_apps %} {% ifversion ssh-cert-policy-allow-u2s-tokens %}(including user-to-server tokens){% endif %}, deploy keys, or to {% data variables.product.prodname_dotcom %} features such as {% data variables.product.prodname_actions %}{% ifversion fpt or ghec %} and {% data variables.product.prodname_codespaces %}{% endif %}, which are trusted environments within the {% data variables.product.prodname_dotcom %} ecosystem.
{% endnote %}