We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 539762c + 4fb3ed1 commit 9622932Copy full SHA for 9622932
.github/workflows/review.yml
@@ -15,6 +15,6 @@ jobs:
15
- name: Code Review GPT
16
uses: mattzcarey/[email protected]
17
with:
18
- OPENAI_API_KEY: ${{ secrets.GPTREVIEWKEY }}
+ OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
19
MODEL: 'gpt-4o'
20
GITHUB_TOKEN: ${{ github.token }}
0 commit comments