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.
1 parent c0a500d commit 19f70e5Copy full SHA for 19f70e5
.github/workflows/ci-pr.yml
@@ -31,7 +31,7 @@ jobs:
31
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
32
with:
33
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
34
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ #github_token: ${{ secrets.GITHUB_TOKEN }}
35
github_pr_id: ${{ github.event.number }}
36
# openai_engine: "text-davinci-002" #optional
37
openai_temperature: 0.5 #optional
0 commit comments