mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2024-12-03 09:29:02 +00:00
try gh action access token
This commit is contained in:
parent
ae9e33e258
commit
cb3b637f77
2
.github/workflows/code_review.yml
vendored
2
.github/workflows/code_review.yml
vendored
@ -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/**"
|
||||
|
Loading…
Reference in New Issue
Block a user