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:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
registry-url: 'https://npm.pkg.github.com'
|
||||||
|
scope: '@boudra'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
env:
|
||||||
|
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Typecheck
|
- name: Typecheck
|
||||||
run: npm run typecheck --workspace=@paseo/server
|
run: npm run typecheck --workspace=@paseo/server
|
||||||
|
|||||||
Reference in New Issue
Block a user