Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/botocore-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,11 @@ jobs:
${{ inputs.dry_run || 'false' }}
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
use_commit_signing: true
# yamllint disable rule:line-length
ssh_signing_key: ${{ secrets.SSH_SIGNING_KEY }}
# yamllint enable rule:line-length
bot_id: "4001789"
bot_name: "thehesiod"
display_report: true
prompt: ${{ steps.prompt.outputs.PROMPT }}
claude_args: |
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ jobs:
id: claude
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
use_commit_signing: true
# yamllint disable rule:line-length
ssh_signing_key: ${{ secrets.SSH_SIGNING_KEY }}
# yamllint enable rule:line-length
bot_id: "4001789"
bot_name: "thehesiod"
display_report: true
prompt: ${{ steps.prompt.outputs.PROMPT }}
claude_args: |
Expand Down
Loading