Commit 957bb1a
fix: scope CD notify-downstream app token to n24q02m profile repo
The notify-downstream job dispatches a core-update repository_dispatch
event to n24q02m/n24q02m so the profile repo can fan out tracking
issues through its notify-downstream.yml workflow. Without an explicit
owner + repositories scope on the app token, GitHub scopes the token
to the current repo only, causing a 403 Resource not accessible by
integration when hitting repos/n24q02m/n24q02m/dispatches. Add the
scope so the dispatch lands.
Observed on run 24713879408 after cutting v1.9.0.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 5f22fe5 commit 957bb1a
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
| |||
0 commit comments