From 42bb5b5396f4a6a7e4c205f428c65c8974164641 Mon Sep 17 00:00:00 2001 From: Shashank Pachava Date: Thu, 13 Feb 2025 21:58:55 -0500 Subject: [PATCH] Add CPE_O3_MINI_URL environment variable to GitHub Actions workflow --- .github/workflows/pr-comment-cpe.yml | 1 + 1 file changed, 1 insertion(+) 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