Skip to content

Commit 19f70e5

Browse files
authored
Update ci-pr.yml
1 parent c0a500d commit 19f70e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
3232
with:
3333
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
34-
github_token: ${{ secrets.GITHUB_TOKEN }}
34+
#github_token: ${{ secrets.GITHUB_TOKEN }}
3535
github_pr_id: ${{ github.event.number }}
3636
# openai_engine: "text-davinci-002" #optional
3737
openai_temperature: 0.5 #optional

0 commit comments

Comments
 (0)