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:
Raymond Zhao
2026-03-25 16:59:42 -07:00
committed by GitHub
parent d9bb1c3155
commit c2e1f3bef2

View File

@@ -10,7 +10,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
permissions:
contents: read
env:
VSCODE_QUALITY: 'oss'