Skip to content

Commit 4d8f179

Browse files
committed
ci: declare read-only token permissions on test workflow
Signed-off-by: Arpit Jain <arpitjain099@gmail.com>
1 parent f47e8af commit 4d8f179

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Test package
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
build:
710
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)