fix: add GitHub packages auth for app deployment

The expo-two-way-audio package is hosted on GitHub's npm registry
and requires authentication to download.
This commit is contained in:
Mohamed Boudra
2026-01-14 18:59:14 +07:00
parent b8a8965ba7
commit bf6c97357f

View File

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