mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
ci: add GitHub Packages auth for private dependency
This commit is contained in:
4
.github/workflows/server-ci.yml
vendored
4
.github/workflows/server-ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user