Commit 7abc3ee
fix(ci): add workflows:write permission to amber-issue-handler
The amber-handler job fails at the "Push branch to remote" step when
Amber creates or modifies files under .github/workflows/. GitHub
requires the explicit `workflows` permission for any token that
touches workflow files, even if `contents: write` is already granted.
Ref: https://github.com/ambient-code/platform/actions/runs/21777412886/job/62836130769
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1edccc0 commit 7abc3ee
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments