Remove github_token to use built-in claude[bot] auth

This commit is contained in:
Jeremiah Lowin 2025-09-29 20:48:25 -04:00
commit 8ae9189748
2 changed files with 0 additions and 2 deletions

View file

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

View file

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