mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 00:09:30 +01:00
chore: give pr pipeline release read permissions (#304929)
The core-ci task requires reading some companion extension releases. This PR modifies the permissions to allow the build to read those releases.
This commit is contained in:
3
.github/workflows/pr.yml
vendored
3
.github/workflows/pr.yml
vendored
@@ -10,7 +10,8 @@ concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions: {}
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
env:
|
||||
VSCODE_QUALITY: 'oss'
|
||||
|
||||
Reference in New Issue
Block a user