Commit a34c510
committed
fix: add missing permissions to release-comment workflow
The github-release-commenter action requires `issues: write` permission
to comment on issues that are referenced by PRs (e.g., "Fixes #1754").
Without this permission, the action fails with "Resource not accessible
by integration".
Also adds `contents: read` to ensure the action can read release/commit
information.1 parent 2bf9b10 commit a34c510
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments