Update dedupe workflow (#1456)

This commit is contained in:
Jeremiah Lowin 2025-08-11 18:35:20 -04:00 committed by GitHub
commit 5e52010cff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}