Commit 3b13ba6
committed
Add checks: write permission to standardrb workflow
Dependabot PRs run with a restricted GITHUB_TOKEN that lacks checks:write
by default, causing the standard-ruby-action to fail with a 403 when it
tries to create a Check Run. Explicitly granting checks: write (and
contents: read for checkout) fixes this.1 parent 7f7c049 commit 3b13ba6
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
0 commit comments