From 8a9f44d3ab167ebf5bb2a11334afcf41059baf62 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Tue, 19 Aug 2025 09:26:23 +0000 Subject: [PATCH] Engineering - fix node modules cache action (#262282) --- .github/workflows/pr-node-modules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-node-modules.yml b/.github/workflows/pr-node-modules.yml index d1da867ac87..39ec42c0cb4 100644 --- a/.github/workflows/pr-node-modules.yml +++ b/.github/workflows/pr-node-modules.yml @@ -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'