From f77acdf149e6fc289b04e9b2ab495bfa97bfa8e7 Mon Sep 17 00:00:00 2001 From: JB Date: Wed, 14 Jan 2026 14:42:11 -0500 Subject: [PATCH] fix: add github_token input to claude-code-action workflows --- .github/workflows/claude-dedupe-issues.yml | 1 + .github/workflows/claude-issue-triage.yml | 1 + .github/workflows/oncall-triage.yml | 1 + 3 files changed, 3 insertions(+) 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.