Pass GH_PAT via env var instead of secrets expression
in shell command for reliable git insteadOf config.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
pnpm resolves github: deps via git@github.com: (SSH), which fails
without SSH keys. Rewrite to HTTPS with GH_PAT token instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Runs lint and build on push to develop/main and on PRs.
Uses GH_PAT secret for private @c2s/payload-contracts dependency.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>