Commit c600869
committed
fix: grant pull-requests write permission in release workflow
@semantic-release/github's success step fetches commits from PRs
referenced in release commit messages. Without explicit permissions,
the GITHUB_TOKEN lacks pull_requests=read scope, causing 404 errors
on PRs from the upstream repo's history.
Ticket: DX-9161 parent b25e01a commit c600869
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
0 commit comments