Commit 31a23dc
fix: change sync-branches permissions from read-all to contents: write
The sync-branches workflow performs git push to update autoloop/* branches,
but permissions: read-all only grants read-only access. With read-only
GITHUB_TOKEN permissions, pushes are rejected.
Update to contents: write which is the minimum required scope for git push.
Agent-Logs-Url: https://github.com/githubnext/autoloop/sessions/39a3c2d0-3885-4259-ad1e-9276a166556e
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>1 parent 57164be commit 31a23dc
2 files changed
Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments