Engineering - fix node modules cache action (#262282)

This commit is contained in:
Ladislau Szomoru
2025-08-19 09:26:23 +00:00
committed by GitHub
parent cb596f81ac
commit 8a9f44d3ab

View File

@@ -128,7 +128,7 @@ jobs:
echo "Npm install failed $i, trying again..."
done
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.VSCODE_OSS }}
- name: Install dependencies
if: steps.cache-node-modules.outputs.cache-hit != 'true'