update docs re: commit signing no longer default (#675)

* update docs re: commit signing no longer default

* format
This commit is contained in:
Kyle Altendorf 2025-11-20 10:13:10 -05:00 committed by GitHub
parent 70193f466c
commit 11571151c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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