diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 47acd95..77c9501 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -28,6 +28,6 @@ jobs: - name: Run Claude Code uses: anthropics/claude-code-action@v1 with: - anthropic_api_key: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} + claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} allowed_tools: "Bash,Read,Write,Edit,Glob,Grep" max_turns: 20