Skip to content

Fix: Remove pull_request trigger from reusable workflow #1

Fix: Remove pull_request trigger from reusable workflow

Fix: Remove pull_request trigger from reusable workflow #1

Workflow file for this run

name: Claude Code – PR Review
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
review:
uses: isapp/.github/.github/workflows/claude-review.yml@main

Check failure on line 8 in .github/workflows/claude.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/claude.yml

Invalid workflow file

error parsing called workflow ".github/workflows/claude.yml" -> "isapp/.github/.github/workflows/claude-review.yml@main" (source branch with sha:7187a5db402969dc6e23c7d98ae4237d1ea2978b) : (Line: 50, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.APP_ID && secrets.APP_PRIVATE_KEY, (Line: 58, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.ANTHROPIC_API_KEY != ''
with:
mode: "review"
model: "claude-sonnet-4-5" # override if needed
secrets: inherit