Commit c91a9df
authored
fix(ci): repair the permissions block indentation (#756)
The `permissions:` block added by the caller-permission campaign was
indented one level too deep (appended at job-child indent + 2), which
makes the whole workflow file invalid YAML (`mapping values are not
allowed here`) and stops the workflow loading at all. This dedents the
block to job-key level — keeping the grants — and validates the file
parses before committing.1 parent 3da0c39 commit c91a9df
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments