Commit 3f398a4
committed
Fix prow-action workflow permissions for issue commands
The /assign, /close, /reopen, and other prow commands were failing with
"Resource not accessible by integration" because the workflow's GITHUB_TOKEN
lacked write permissions for issues and pull requests.
Add explicit permissions block to grant the minimum required access.
Signed-off-by: Shubham Pampattiwar <spampatt@redhat.com>1 parent 360095a commit 3f398a4
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
0 commit comments