From 8ae918974879ff5d884bf65ec435141a66ab240e Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Mon, 29 Sep 2025 20:48:25 -0400 Subject: [PATCH] Remove github_token to use built-in claude[bot] auth --- .github/workflows/marvin-dedupe-issues.yml | 1 - .github/workflows/marvin-label-triage.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/marvin-dedupe-issues.yml b/.github/workflows/marvin-dedupe-issues.yml index 5d83cbdf7..7fe10af14 100644 --- a/.github/workflows/marvin-dedupe-issues.yml +++ b/.github/workflows/marvin-dedupe-issues.yml @@ -76,7 +76,6 @@ 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 4264741fd..d220e9c19 100644 --- a/.github/workflows/marvin-label-triage.yml +++ b/.github/workflows/marvin-label-triage.yml @@ -151,7 +151,6 @@ 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 }}