From 2c02a71ef46caa47d7982894effcd0fc020df8cd Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Sat, 14 Feb 2026 13:52:26 -0800 Subject: [PATCH] addressing comments and build fail --- .github/workflows/test-litellm-ui-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-litellm-ui-build.yml b/.github/workflows/test-litellm-ui-build.yml index aaba761e8c..06f7e944ba 100644 --- a/.github/workflows/test-litellm-ui-build.yml +++ b/.github/workflows/test-litellm-ui-build.yml @@ -1,4 +1,6 @@ name: UI Build Check +permissions: + contents: read on: pull_request: @@ -23,7 +25,7 @@ jobs: cache-dependency-path: ui/litellm-dashboard/package-lock.json - name: Install dependencies - run: npm ci + run: npm install - name: Build run: npm run build