Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit a2ce5a2

Browse files
Add workflow permission (#59)
1 parent 4669bba commit a2ce5a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
branches:
99
- '**'
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
tests:
1316
name: ${{ matrix.os }} / ${{ matrix.python-version }}

0 commit comments

Comments
 (0)