From 75ce9ba023d9c545cc73b21bf6f618930cfea4eb Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Thu, 6 Nov 2025 12:10:24 +0100 Subject: [PATCH] Post: update daet for SSH keys --- content/posts/ssh-keys-with-write-access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/ssh-keys-with-write-access.md b/content/posts/ssh-keys-with-write-access.md index 2a38f1a3..0be61d6d 100644 --- a/content/posts/ssh-keys-with-write-access.md +++ b/content/posts/ssh-keys-with-write-access.md @@ -8,7 +8,7 @@ status: published image: /images/ssh-keys-with-write-access.png image_credit: Photo by Scott Rodgerson on Unsplash -Starting on July 31, SSH keys linked to deploy keys with write permissions to a repository will be disabled. +Starting on December 1st, SSH keys linked to deploy keys with write permissions to a repository will be disabled. If your project is still using one after this date, your project's builds will fail. Deploy keys are used by Read the Docs to clone private repositories and build your documentation.