1221080ec5
The CI/CD health check uses GITHUB_TOKEN which only has access to the .github repo. Listing workflow runs across the 6 plugin repos requires org-wide access, causing all repos to show "WARNING: No workflow runs found". Fix: generate a GitHub App token (using RELEASE_APP_ID/RELEASE_APP_PRIVATE_KEY, same as the release workflow) scoped to the org before running the health check script. Falls back to GITHUB_TOKEN gracefully via continue-on-error if the secrets are not yet configured. Once RELEASE_APP_ID is configured as an org secret (tracked separately), the health check will produce accurate cross-repo CI data. Co-Authored-By: Paperclip <noreply@paperclip.ing>