Commit e57240b
authored
fix(ci): fix build-docs.yml's dead workflow reference, add permissions (#179)
Two issues in the same file:
- It called reqstool/.github/.github/workflows/build-docs.yml, which
doesn't exist -- the actual file is common-build-docs.yml, as every
other repo in the org already references. This workflow has been
failing on every docs-path push or PR since 2026-06-23, unrelated to
any recent migration.
- CodeQL flagged the missing permissions block
(actions/missing-workflow-permissions). common-build-docs.yml itself
only requires contents: read, so that's what the caller now grants.
Signed-off-by: Jimisola Laursen <jimisola@jimisola.com>1 parent 2e66a4e commit e57240b
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | | - | |
| 18 | + | |
0 commit comments