Use CasesCI Artifacts

CI Artifacts

Use internalpage when a CI job produces a report, document, or spec that should be visible to the team but not published as a public static site.

IP_TOKEN="${INTERNALPAGE_TOKEN}" \
npx @internalpage/cli pages update pg_xxx ./coverage/index.html

Common examples:

  • Test coverage reports
  • Bundle analysis output
  • Playwright HTML reports
  • Release check summaries
  • generated Markdown release notes
  • generated OpenAPI specs