Skip to content

Commit 957bb1a

Browse files
n24q02mclaude
andcommitted
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

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs:
105105
with:
106106
app-id: ${{ vars.CI_APP_ID }}
107107
private-key: ${{ secrets.CI_APP_KEY }}
108+
owner: n24q02m
109+
repositories: n24q02m
108110

109111
- name: Dispatch core-update
110112
env:

0 commit comments

Comments
 (0)