Update review.yml

This commit is contained in:
PierreGode 2025-02-03 14:53:11 +01:00 committed by GitHub
parent 170a7ef390
commit 5b4d86c2cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,7 +123,7 @@ jobs:
echo "::set-output name=README::$README_CONTENT" echo "::set-output name=README::$README_CONTENT"
- name: AI Code Review - name: AI Code Review
uses: PierreGode/GPTcode-reviewer@main uses: PierreGode/GPTcode-reviewer@dev
with: with:
GITHUB_TOKEN: ${{ secrets.G_TOKEN }} GITHUB_TOKEN: ${{ secrets.G_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}