ci: add GitHub Packages auth for private dependency

This commit is contained in:
Mohamed Boudra
2026-01-08 18:25:01 +07:00
parent 889e291e14
commit de7dfd0984

View File

@@ -27,9 +27,13 @@ jobs:
with:
node-version: '20'
cache: 'npm'
registry-url: 'https://npm.pkg.github.com'
scope: '@boudra'
- name: Install dependencies
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Typecheck
run: npm run typecheck --workspace=@paseo/server