Commit 115d2a5
committed
Fix Dependabot 403 when publishing test results by adding explicit permissions
Dependabot PRs use a restricted GITHUB_TOKEN that lacks write access by
default. Explicitly granting checks:write and pull-requests:write allows
the publish-unit-test-result-action to create check runs on Dependabot PRs.1 parent e1b8c2a commit 115d2a5
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
0 commit comments