From 5e52010cffc140c566c471cd21d56a451366f05e Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:35:20 -0400 Subject: [PATCH] Update dedupe workflow (#1456) --- .github/workflows/claude-dedupe-issues.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-dedupe-issues.yml b/.github/workflows/claude-dedupe-issues.yml index 1dda73be6..1447c0211 100644 --- a/.github/workflows/claude-dedupe-issues.yml +++ b/.github/workflows/claude-dedupe-issues.yml @@ -13,7 +13,7 @@ on: jobs: claude-dedupe-issues: runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 5 permissions: contents: read issues: write @@ -34,4 +34,5 @@ jobs: with: prompt: "/dedupe ${{ github.repository }}/issues/${{ github.event.issue.number || inputs.issue_number }}" anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} - github_token: ${{ steps.marvin-token.outputs.token }} + claude_env: | + GH_TOKEN: ${{ steps.marvin-token.outputs.token }}