From eada44f5389c731d883da9fa3e8317dcbcaea8c3 Mon Sep 17 00:00:00 2001 From: PierreGode Date: Tue, 10 Dec 2024 15:53:19 +0100 Subject: [PATCH] Update review.yml --- .github/workflows/review.yml | 61 +++++++++++++----------------------- 1 file changed, 22 insertions(+), 39 deletions(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 1013602..270ae97 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -23,108 +23,91 @@ jobs: - name: Run Code Review env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - GITHUB_TOKEN: ${{ secrets.G_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | python - <