mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Engineering - use GITHUB_TOKEN in the "Compile & Hygiene" task (#254395)
This commit is contained in:
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@@ -83,6 +83,8 @@ jobs:
|
||||
|
||||
- name: Compile & Hygiene
|
||||
run: npm exec -- npm-run-all -lp core-ci-pr extensions-ci-pr hygiene eslint valid-layers-check define-class-fields-check vscode-dts-compile-check tsec-compile-check
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
linux-cli-tests:
|
||||
name: Linux
|
||||
|
||||
Reference in New Issue
Block a user