diff --git a/.github/workflows/claude-dedupe-issues.yml b/.github/workflows/claude-dedupe-issues.yml index 9c38ea5f..ba3f7051 100644 --- a/.github/workflows/claude-dedupe-issues.yml +++ b/.github/workflows/claude-dedupe-issues.yml @@ -28,6 +28,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + github_token: ${{ secrets.GITHUB_TOKEN }} prompt: "/dedupe ${{ github.repository }}/issues/${{ github.event.issue.number || inputs.issue_number }}" anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} claude_args: "--model claude-sonnet-4-5-20250929" diff --git a/.github/workflows/claude-issue-triage.yml b/.github/workflows/claude-issue-triage.yml index 95afc00c..9f4b8d4a 100644 --- a/.github/workflows/claude-issue-triage.yml +++ b/.github/workflows/claude-issue-triage.yml @@ -47,6 +47,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + github_token: ${{ secrets.GITHUB_TOKEN }} prompt: | You're an issue triage assistant for GitHub issues. Your task is to analyze the issue and select appropriate labels from the provided list. diff --git a/.github/workflows/oncall-triage.yml b/.github/workflows/oncall-triage.yml index b0812d50..9c7083e5 100644 --- a/.github/workflows/oncall-triage.yml +++ b/.github/workflows/oncall-triage.yml @@ -52,6 +52,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + github_token: ${{ secrets.GITHUB_TOKEN }} prompt: | You're an oncall triage assistant for GitHub issues. Your task is to identify critical issues that require immediate oncall attention.