Skip to content

Commit 6c1ab5b

Browse files
committed
ci(python): fix permission
Signed-off-by: Me0wo <[email protected]>
1 parent 0dfdd95 commit 6c1ab5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ defaults:
1919
jobs:
2020
lint:
2121
runs-on: ubuntu-latest
22-
22+
permissions:
23+
contents: read
2324
steps:
2425
- name: Checkout repository
2526
uses: actions/checkout@v4

0 commit comments

Comments
 (0)