mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Engineering - more github action cleanup (#255987)
This commit is contained in:
6
.github/workflows/pr-win32-test.yml
vendored
6
.github/workflows/pr-win32-test.yml
vendored
@@ -78,7 +78,7 @@ jobs:
|
||||
VSCODE_ARCH: ${{ env.VSCODE_ARCH }}
|
||||
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
|
||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
||||
GITHUB_TOKEN: ${{ github.event.pull_request.head.repo.full_name == github.repository && secrets.VSCODE_OSS || secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Create node_modules archive
|
||||
if: steps.node-modules-cache.outputs.cache-hit != 'true'
|
||||
@@ -110,7 +110,7 @@ jobs:
|
||||
if: steps.cache-builtin-extensions.outputs.cache-hit != 'true'
|
||||
run: node build/lib/builtInExtensions.js
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.event.pull_request.head.repo.full_name == github.repository && secrets.VSCODE_OSS || secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Transpile client and extensions
|
||||
shell: pwsh
|
||||
@@ -134,7 +134,7 @@ jobs:
|
||||
}
|
||||
}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.event.pull_request.head.repo.full_name == github.repository && secrets.VSCODE_OSS || secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: 🧪 Run unit tests (Electron)
|
||||
if: ${{ inputs.electron_tests }}
|
||||
|
||||
Reference in New Issue
Block a user