Skip to content
This repository was archived by the owner on Aug 20, 2026. It is now read-only.

Commit ecdf8db

Browse files
committed
ci: dispatch sibling-released to documents web app
markdown-codec is a direct dependency of the documents web app, but the notify-downstream job wasn't dispatching to it. Added documents to both the token scope and the dispatch loop.
1 parent f53a3f7 commit ecdf8db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,13 @@ jobs:
153153
private-key: ${{ secrets.AUTOMERGE_APP_PRIVATE_KEY }}
154154
repositories: |
155155
documents.js
156+
documents
156157
- name: Dispatch sibling-released event to downstream repos
157158
env:
158159
GH_TOKEN: ${{ steps.app-token.outputs.token }}
159160
run: |
160161
version="${{ needs.release.outputs.version }}"
161-
for repo in documents.js; do
162+
for repo in documents.js documents; do
162163
gh api "repos/ExaDev/$repo/dispatches" \
163164
-f event_type=sibling-released \
164165
-F "client_payload[package]=markdown-codec" \

0 commit comments

Comments
 (0)