From ecb5325b5abfc2d8ef533449cda59d69aede6043 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Tue, 13 Jan 2026 11:21:14 -0800 Subject: [PATCH] ci: update `claude.yml` to disable commit signing for rebasing --- .github/workflows/claude.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 47cf50aa15..cfdb625bf0 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -38,7 +38,6 @@ jobs: with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }} - use_commit_signing: true # This is an optional setting that allows Claude to read CI results on PRs additional_permissions: |