Skip to content

Commit 731cbad

Browse files
committed
chore(GH Acts WF): restrict permissions
1 parent c069827 commit 731cbad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

44
name: Python package
5+
permissions:
6+
contents: read
7+
pull-requests: read
58

69
on:
710
push:

0 commit comments

Comments
 (0)