Skip to content

Commit 8c8d4ed

Browse files
authored
chore: CI - Explicitly limit the GitHub test workflow permissions (#247)
1 parent 50b77a3 commit 8c8d4ed

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run_tests_on_push.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ on:
1919
- stable
2020
- dev
2121

22+
permissions:
23+
contents: read
24+
2225
jobs:
2326
uv-pytest:
2427
name: python

0 commit comments

Comments
 (0)