mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
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:
4
.github/workflows/deploy-app.yml
vendored
4
.github/workflows/deploy-app.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user