From 373667208df8c2c2a7bed88b356ad9ed4c07b882 Mon Sep 17 00:00:00 2001 From: Daniel Kentfield Date: Wed, 27 Nov 2024 10:19:56 +0000 Subject: [PATCH] update action config name --- .github/workflows/code_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 1712ec3..e43e9fa 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 - name: AI Code Reviewer - uses: dankentfield/ai-code-reviewer@main + uses: dankentfield/ai-codereviewer@main with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # The GITHUB_TOKEN is there by default so you just need to keep it like it is and not necessarily need to add it as secret as it will throw an error. [More Details](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret) OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}