From cb3b637f775c21dc729023179d56592316b5dc55 Mon Sep 17 00:00:00 2001 From: Ville Saukkonen Date: Thu, 23 Mar 2023 00:40:18 +0200 Subject: [PATCH] try gh action access token --- .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 97633a2..c06d8a4 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -14,6 +14,6 @@ jobs: - name: Code Review uses: freeedcom/ai-codereviewer@main with: - GITHUB_TOKEN: ${{ secrets.GH_KEY }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} exclude: "yarn.lock,dist/**"