Skip to content

Commit e419d73

Browse files
committed
fix: CI not being able to pull private packages
1 parent 0dab34d commit e419d73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-unit-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v4
14+
- run: echo -e "\n//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ./.npmrc
1415
- name: Use Node.js 20
1516
uses: actions/setup-node@v4
1617
with:

0 commit comments

Comments
 (0)