Commit a4785cd
committed
fix(release): grant write permissions to on_issue_comment workflow
- Update `.github/workflows/on_issue_comment.yaml` to request `contents: write` and `issues: write` permissions.
- This is required because it calls reusable release workflows (e.g. `release_create_rc.yaml`) which require write permissions to perform actions.1 parent b2d1bf0 commit a4785cd
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments