Commit 951539a
committed
CI: add actions:write permission for GHA cache
The build job fails with "buildx failed with: </body></html>" because
the workflow restricts permissions to contents:read only, which sets
actions permission to none. The reusable workflow's cache-to:type=gha
needs actions:write to access the GitHub Actions Cache API.
https://claude.ai/code/session_01WY1ytdnf8Hrx3p7fnmZCUr1 parent fe9bd2f commit 951539a
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments