Commit 054327b
Use repository_dispatch API instead of workflow_dispatch for build trigger
The PAT lacks actions:write permission needed for `gh workflow run`.
Switch to the repository_dispatch API which only requires
contents:write, a permission the token already has for git push.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6b639fc commit 054327b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
0 commit comments