Commit 607005b
authored
fix(ci): add statuses: write permission to restore SonarCloud PR decoration (#4574)
The explicit permissions block added in #4571 inadvertently dropped the
repo default statuses: write permission. SonarCloud's GitHub App requires
this to post quality gate commit statuses back to PRs.
Before #4571, no permissions block meant the job inherited the repo
default which included statuses: write - this is why decoration was
working on Apr 14 but stopped after #4571 merged.1 parent bfa4536 commit 607005b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments