From eaf498f7b297d82d9d9231f89f8e0c259008b247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Montalv=C3=A3o=20Marques?= <9379664+gonmmarques@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:55:24 +0100 Subject: [PATCH] docs: Remove periods from Managing deploy keys list --- .../connecting-to-github-with-ssh/managing-deploy-keys.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/authentication/connecting-to-github-with-ssh/managing-deploy-keys.md b/content/authentication/connecting-to-github-with-ssh/managing-deploy-keys.md index 86be92e10a40..5bb950a25284 100644 --- a/content/authentication/connecting-to-github-with-ssh/managing-deploy-keys.md +++ b/content/authentication/connecting-to-github-with-ssh/managing-deploy-keys.md @@ -129,10 +129,10 @@ Since {% data variables.product.prodname_github_apps %} are a first class actor ### Pros of installation access tokens -* Tightly-scoped tokens with well-defined permission sets and expiration times (1 hour, or less if revoked manually using the API). -* Dedicated rate limits that grow with your organization. -* Decoupled from {% data variables.product.prodname_dotcom %} user identities, so they do not consume any licensed seats. -* Never granted a password, so cannot be directly signed in to. +* Tightly-scoped tokens with well-defined permission sets and expiration times (1 hour, or less if revoked manually using the API) +* Dedicated rate limits that grow with your organization +* Decoupled from {% data variables.product.prodname_dotcom %} user identities, so they do not consume any licensed seats +* Never granted a password, so cannot be directly signed in to ### Cons of installation access tokens