fabro/lib
Bryan Helmkamp 7de3b409ed
Request Packages read permission in the GitHub App manifest
Fabro can mint a scoped sandbox GITHUB_TOKEN via
[run.integrations.github.permissions], but apps registered through the
manifest flow could not grant packages = "read" because the manifest
never requested it. Add Packages (read-only) so freshly registered apps
can download private GitHub Packages (for example npm registry
dependencies) inside sandboxes, mirroring how GitHub Actions workflows
use their built-in GITHUB_TOKEN for registry reads.

Existing apps still need the permission added manually in the app's
settings, as the docs already describe.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-21 14:12:32 -04:00
..
apps Request Packages read permission in the GitHub App manifest 2026-08-21 14:12:32 -04:00
components Consolidate workflow-version lineage test coverage 2026-08-21 12:39:02 -04:00
foundation Consolidate workflow-version lineage test coverage 2026-08-21 12:39:02 -04:00
packages/fabro-api-client Persist workflow version lineage on runs 2026-08-21 12:39:02 -04:00