Skip to content

Commit 8a9f44d

Browse files
authored
Engineering - fix node modules cache action (#262282)
1 parent cb596f8 commit 8a9f44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-node-modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
echo "Npm install failed $i, trying again..."
129129
done
130130
env:
131-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
131+
GITHUB_TOKEN: ${{ secrets.VSCODE_OSS }}
132132

133133
- name: Install dependencies
134134
if: steps.cache-node-modules.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)