Commit 85d4d77
authored
Restore doc-bundle uploads in sync workflow (#74)
The sync job declared no permissions and relied on the default
GITHUB_TOKEN, so gh release upload returned HTTP 403 and new doc
bundles stopped being published.
Declare explicit least-privilege permissions matching release.yml:
top-level permissions {} plus contents: write on the sync job, which
reads the release assets and uploads the bundle.1 parent 8538faa commit 85d4d77
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
0 commit comments