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 03093be commit dc48f12Copy full SHA for dc48f12
.github/workflows/openhands-code-reviewer.yml
@@ -111,6 +111,9 @@ jobs:
111
if: ${{ env.JOB_APP_ID != '' && env.JOB_APP_PRIVATE_KEY != '' }}
112
uses: actions/create-github-app-token@v1
113
with:
114
+ permission-contents: read
115
+ permission-issues: write
116
+ permission-pull-requests: write
117
app-id: ${{ secrets.APP_ID }}
118
private-key: ${{ secrets.APP_PRIVATE_KEY }}
119
0 commit comments