Commit ceec285
fix: grant contents:write to buildassets job in release flow (#732)
The build_assets.yml reusable workflow now declares contents:write (needed
to attach release assets via upload-release-action). A called workflow cannot
request more permission than the caller grants, so release_flow.yml calling
it with only contents:read caused a startup_failure. Grant contents:write on
the buildassets job so the reusable workflow can compile and upload assets.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent db6a495 commit ceec285
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments