Commit ea99fbe
fix(ci): use gh workflow run instead of raw curl for dispatch
The curl-based dispatch kept failing with exit 22 even after granting
actions:write. -sf suppressed the response body, so the real error was
invisible. Switch to `gh workflow run`, which authenticates from
GH_TOKEN automatically and surfaces clear errors if it still fails.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9821468 commit ea99fbe
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 53 | + | |
0 commit comments