Skip to content

Commit 6d37a55

Browse files
committed
Restrict perms of pyright action
1 parent 201c518 commit 6d37a55

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pyright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
pyright:
1414
name: Check types with pyright
1515
runs-on: ubuntu-latest
16+
permissions: {}
1617
steps:
1718
- uses: actions/checkout@v4.2.2
1819
- uses: ./.github/actions/setup-environment

0 commit comments

Comments
 (0)