mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Engineering - use different token for topic branches (#254714)
Engineering - use different token from topic branches
This commit is contained in:
12
.github/workflows/pr-node-modules.yml
vendored
12
.github/workflows/pr-node-modules.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
env:
|
||||
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
|
||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.VSCODE_OSS }}
|
||||
|
||||
- name: Create node_modules archive
|
||||
if: steps.cache-node-modules.outputs.cache-hit != 'true'
|
||||
@@ -79,7 +79,7 @@ jobs:
|
||||
if: steps.cache-builtin-extensions.outputs.cache-hit != 'true'
|
||||
run: node build/lib/builtInExtensions.js
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.VSCODE_OSS }}
|
||||
|
||||
linux:
|
||||
name: Linux
|
||||
@@ -123,7 +123,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'
|
||||
@@ -145,7 +145,7 @@ jobs:
|
||||
VSCODE_ARCH: ${{ env.VSCODE_ARCH }}
|
||||
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
|
||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.VSCODE_OSS }}
|
||||
|
||||
- name: Create node_modules archive
|
||||
if: steps.cache-node-modules.outputs.cache-hit != 'true'
|
||||
@@ -203,7 +203,7 @@ jobs:
|
||||
VSCODE_ARCH: ${{ env.VSCODE_ARCH }}
|
||||
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
|
||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.VSCODE_OSS }}
|
||||
# Avoid using dlopen to load Kerberos on macOS which can cause missing libraries
|
||||
# https://github.com/mongodb-js/kerberos/commit/04044d2814ad1d01e77f1ce87f26b03d86692cf2
|
||||
# flipped the default to support legacy linux distros which shouldn't happen
|
||||
@@ -275,7 +275,7 @@ jobs:
|
||||
VSCODE_ARCH: ${{ env.VSCODE_ARCH }}
|
||||
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
|
||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.VSCODE_OSS }}
|
||||
|
||||
- name: Create node_modules archive
|
||||
if: steps.node-modules-cache.outputs.cache-hit != 'true'
|
||||
|
||||
Reference in New Issue
Block a user