Commit daf91a9
authored
ci: Grant
## Summary
After merging #1913, `on_master.yaml` started failing with:
> The nested job 'release_docs' is requesting 'checks: read', but is
only allowed 'checks: none'.
When a workflow is called via `uses:`, the caller's `permissions:` block
must explicitly include every permission the called workflow requests.
The `doc_release` job in `on_master.yaml` was missing `checks: read`,
which `manual_release_docs.yaml` requests for its wait-for-checks step.
Also pins the wait-for-checks action in `manual_release_docs.yaml` to
`apify/actions/wait-for-checks@v1.2.0` (the file slipped through the
original PR — the other three release workflows already use the tagged
version).checks: read to doc release job in on_master (#1914)1 parent 58d7881 commit daf91a9
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments