Skip to content

Commit e975c11

Browse files
Add github token
Signed-off-by: Kristina Fefelova <[email protected]>
1 parent 69509b9 commit e975c11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ jobs:
7676
- name: Checking for mis-matching dependencies...
7777
run: node common/scripts/install-run-rush.js check
7878

79+
- name: Prepare deps
80+
run: |
81+
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > .npmrc
82+
7983
- name: Installing...
8084
run: node common/scripts/install-run-rush.js install
8185

0 commit comments

Comments
 (0)