diff --git a/.github/workflows/pr-comment-cpe.yml b/.github/workflows/pr-comment-cpe.yml index de9fd4c..9843249 100644 --- a/.github/workflows/pr-comment-cpe.yml +++ b/.github/workflows/pr-comment-cpe.yml @@ -19,6 +19,7 @@ jobs: env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} CPE_CLAUDE_3_5_SONNET_URL: ${{ secrets.CPE_CLAUDE_3_5_SONNET_URL }} + CPE_O3_MINI_URL: ${{ secrets.CPE_CLAUDE_3_5_SONNET_URL }} steps: # First checkout the default branch - uses: actions/checkout@v3