Skip to content

Commit b3af25f

Browse files
committed
fix: 연동 오류 수정
1 parent 1be2a6c commit b3af25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- uses: anc95/ChatGPT-CodeReview@main
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18-
OPENAI_API_KEY: ${{ secrets.OPEN_API_KEY }}
18+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
1919
LANGUAGE: Korean
2020
MODEL: gpt-3.5-turbo

0 commit comments

Comments
 (0)