We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6064e commit dbcca0aCopy full SHA for dbcca0a
1 file changed
.github/workflows/run_tests.yml
@@ -10,6 +10,8 @@ on:
10
- main
11
jobs:
12
call_extension_tests:
13
+ permissions:
14
+ contents: read
15
uses: zed-industries/zed/.github/workflows/extension_tests.yml@main
16
concurrency:
17
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.ref_name == 'main' && github.sha || 'anysha' }}pr
0 commit comments