mirror of
https://github.com/zed-industries/zed.git
synced 2026-07-09 16:00:35 +00:00
ci: Set and enforce more default permissions (#60222)
Release Notes: - N/A
This commit is contained in:
parent
5d6c88cdb7
commit
283d5054ec
62 changed files with 388 additions and 136 deletions
|
|
@ -8,6 +8,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
permissions:
|
||||
contents: read
|
||||
jobs:
|
||||
call_extension_tests:
|
||||
permissions:
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ on:
|
|||
paths-ignore:
|
||||
- .github/**
|
||||
workflow_dispatch: {}
|
||||
permissions: {}
|
||||
jobs:
|
||||
determine_bump_type:
|
||||
if: (github.repository_owner == 'zed-industries' || github.repository_owner == 'zed-extensions')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue