You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: push auto-format commits via deploy key so CI re-runs
Switch the auto-format workflow to push over SSH using an
AUTOFORMAT_DEPLOY_KEY deploy key instead of the default GITHUB_TOKEN.
Pushes made with GITHUB_TOKEN never trigger workflows; a deploy-key push
does, so the formatted commit now gets a full CI run.
Add an if: guard so the workflow skips its own format commit (the
deploy-key push re-triggers push), keeping it from waking itself on every
fix. Drop GITHUB_TOKEN write permission since the push no longer uses it.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EGsDJWMXo8LTiQTKfvKhXN
0 commit comments