From 4889bc1aba78ad362a32963d35ccb2cecc476f40 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Fri, 8 Aug 2025 18:51:07 -0400 Subject: [PATCH] Use underscore instead of hyphen for Marvin (#1418) --- .github/workflows/marvin.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/marvin.yml b/.github/workflows/marvin.yml index 7b8d43303..326ba3e63 100644 --- a/.github/workflows/marvin.yml +++ b/.github/workflows/marvin.yml @@ -55,7 +55,7 @@ jobs: (github.event_name == 'discussion_comment' && contains(github.event.comment.body, '/marvin')) uses: anthropics/claude-code-action@beta with: - github-token: ${{ steps.marvin-token.outputs.token }} + github_token: ${{ steps.marvin-token.outputs.token }} anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} mode: tag trigger_phrase: "/marvin" @@ -72,7 +72,7 @@ jobs: (github.event_name == 'discussion_comment' && contains(github.event.comment.body, '@Marvin Context Protocol')) uses: anthropics/claude-code-action@beta with: - github-token: ${{ steps.marvin-token.outputs.token }} + github_token: ${{ steps.marvin-token.outputs.token }} anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} mode: tag trigger_phrase: "@Marvin Context Protocol" @@ -84,7 +84,7 @@ jobs: (github.event_name == 'issues' && github.event.action == 'labeled' && github.event.label.name == 'marvin') uses: anthropics/claude-code-action@beta with: - github-token: ${{ steps.marvin-token.outputs.token }} + github_token: ${{ steps.marvin-token.outputs.token }} anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} mode: tag assignee_trigger: "Marvin Context Protocol"