Skip to content

Use SSH signing key for verified Claude commits#1514

Open
thehesiod wants to merge 1 commit intomainfrom
amohr/ssh-commit-signing
Open

Use SSH signing key for verified Claude commits#1514
thehesiod wants to merge 1 commit intomainfrom
amohr/ssh-commit-signing

Conversation

@thehesiod
Copy link
Collaborator

Summary

Replace use_commit_signing (GitHub API-based, can't rebase)
with ssh_signing_key (git CLI-based, full git operations).

Claude's commits will now be signed with an SSH key registered
under thehesiod's GitHub account. Commits show as verified,
satisfying the required_signatures ruleset.

Setup:

  • SSH signing key generated and stored in claude environment
    as SSH_SIGNING_KEY
  • Public key added to thehesiod's GitHub account as a signing key
  • bot_id and bot_name set to thehesiod

Before you merge: add this public key to your GitHub account
at https://github.com/settings/ssh/new as a Signing Key:

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFaL9Os2i0N2O+OT8Rx34/b19ZGgpdDXlhBDJHOUmjXk claude-bot commit signing

🤖 Generated with Claude Code

Replace use_commit_signing (GitHub API, can't rebase) with
ssh_signing_key (git CLI, full git operations). Commits are
signed under thehesiod's account and show as verified.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@gemini-code-assist
Copy link

Important

Installation incomplete: to start using Gemini Code Assist, please ask the organization owner(s) to visit the Gemini Code Assist Admin Console and sign the Terms of Services.

@codecov
Copy link

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.32%. Comparing base (36c1349) to head (f9fd705).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1514   +/-   ##
=======================================
  Coverage   93.32%   93.32%           
=======================================
  Files          76       76           
  Lines        8162     8162           
=======================================
  Hits         7617     7617           
  Misses        545      545           
Flag Coverage Δ
no-httpx 90.14% <ø> (ø)
os-ubuntu-24.04 93.32% <ø> (ø)
os-ubuntu-24.04-arm 91.35% <ø> (ø)
python-3.10 91.30% <ø> (ø)
python-3.11 91.30% <ø> (ø)
python-3.12 91.30% <ø> (ø)
python-3.13 91.30% <ø> (ø)
python-3.14 93.28% <ø> (ø)
python-3.9 91.32% <ø> (ø)
unittests 93.32% <ø> (ø)
with-awscrt 92.95% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant