Commit 985b77f
Lasse Benninga
fix(ci): grant contents:read so the grader can run
grade-assignment.yml was missing 'contents: read'. The reusable
auto-grade.yml requests it (actions/checkout needs it), and a reusable
workflow cannot request a permission the caller did not grant, so every
run would be startup_failure and no grader comment would post. Same fix
already applied to Week 11. Preventive here: no PRs open yet.1 parent 648514a commit 985b77f
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
0 commit comments