From 11571151c420f520bf8a4ed8be81727df71abb07 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Thu, 20 Nov 2025 10:13:10 -0500 Subject: [PATCH] update docs re: commit signing no longer default (#675) * update docs re: commit signing no longer default * format --- docs/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security.md b/docs/security.md index dcc95b7..ace3530 100644 --- a/docs/security.md +++ b/docs/security.md @@ -38,7 +38,7 @@ The following permissions are requested but not yet actively used. These will en ## Commit Signing -All commits made by Claude through this action are automatically signed with commit signatures. This ensures the authenticity and integrity of commits, providing a verifiable trail of changes made by the action. +Commits made by Claude through this action are no longer automatically signed with commit signatures. To enable commit signing set `use_commit_signing: True` in the workflow(s). This ensures the authenticity and integrity of commits, providing a verifiable trail of changes made by the action. ## ⚠️ Authentication Protection