Deploys to sv-frontend on push to develop.
Uses port-forwarding through UDM Pro SE (37.24.237.181:2204).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
git config overwrites previous insteadOf value without --add flag.
Need both git@github.com: (SCP) and ssh://git@github.com/ patterns.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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>