Skip to content

Commit 850bc06

Browse files
committed
ci: Add NODE_AUTH_TOKEN environment variable for dependency installation in CI workflow
Signed-off-by: Tomas Kislan <[email protected]>
1 parent 47e82ec commit 850bc06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ jobs:
208208

209209
- name: Install dependencies
210210
run: npm install
211+
env:
212+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
211213

212214
- name: Check package lock drift
213215
run: |

0 commit comments

Comments
 (0)