mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Engineering - fix node modules cache action (#262282)
This commit is contained in:
2
.github/workflows/pr-node-modules.yml
vendored
2
.github/workflows/pr-node-modules.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user