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 edf97d9 commit f14c603Copy full SHA for f14c603
.github/workflows/main.yml
@@ -18,4 +18,5 @@ jobs:
18
pip install patchwork-cli \
19
patchwork PRReview --log debug \
20
--openai_api_key=${{ secrets.OPENAI_KEY }} \
21
+ --github_api_key=${{ github.token }} \
22
--pr_url=https://github.com/${{ github.repository }}/pull/${{ steps.findPr.outputs.number }}
0 commit comments