Commit e54e269
authored
chore(ci): declare explicit permissions for read-default rollout
The generate.yaml workflow runs 'git push' using the default GITHUB_TOKEN
provided by actions/checkout. Once the org-wide flip to read-default
GITHUB_TOKEN lands, that push will fail unless the workflow explicitly
declares contents: write.
This narrows the token's effective scope (was implicit write-everything;
becomes read all + write contents) without changing happy-path behavior.1 parent bc49b22 commit e54e269
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
0 commit comments