Skip to content

Commit a6a0658

Browse files
committed
enable commit signing for Claude Code action
1 parent 529bc92 commit a6a0658

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
uses: anthropics/claude-code-action@v1
3737
with:
3838
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
39-
40-
# This is an optional setting that allows Claude to read CI results on PRs
39+
use_commit_signing: true
4140
additional_permissions: |
4241
actions: read

0 commit comments

Comments
 (0)