mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2024-12-04 01:49:03 +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
|
- name: Code Review
|
||||||
uses: freeedcom/ai-codereviewer@main
|
uses: freeedcom/ai-codereviewer@main
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_KEY }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||||
exclude: "yarn.lock,dist/**"
|
exclude: "yarn.lock,dist/**"
|
||||||
|
Loading…
Reference in New Issue
Block a user