From 717c4c1e81d93535b4e14bdb705794880afa5de5 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Mon, 29 Sep 2025 20:41:44 -0400 Subject: [PATCH] Add github_token back to match working marvin.yml --- .github/workflows/marvin-dedupe-issues.yml | 1 + .github/workflows/marvin-label-triage.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/marvin-dedupe-issues.yml b/.github/workflows/marvin-dedupe-issues.yml index 7fe10af14..5d83cbdf7 100644 --- a/.github/workflows/marvin-dedupe-issues.yml +++ b/.github/workflows/marvin-dedupe-issues.yml @@ -76,6 +76,7 @@ jobs: - name: Run Marvin dedupe command uses: anthropics/claude-code-action@v1 with: + github_token: ${{ steps.marvin-token.outputs.token }} bot_name: "Marvin Context Protocol" prompt: ${{ steps.dedupe-prompt.outputs.PROMPT }} anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY_FOR_CI }} diff --git a/.github/workflows/marvin-label-triage.yml b/.github/workflows/marvin-label-triage.yml index d220e9c19..4264741fd 100644 --- a/.github/workflows/marvin-label-triage.yml +++ b/.github/workflows/marvin-label-triage.yml @@ -151,6 +151,7 @@ jobs: - name: Run Marvin for Issue Triage uses: anthropics/claude-code-action@v1 with: + github_token: ${{ steps.marvin-token.outputs.token }} bot_name: "Marvin Context Protocol" prompt: ${{ steps.triage-prompt.outputs.PROMPT }} anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY_FOR_CI }}