Skip to content

Commit 73cb2eb

Browse files
authored
Merge pull request #3 from SyntaxAerror/CWE-275-fix-workflow-permissions
CWE-275-fix-workflow-permissions
2 parents c069827 + 731cbad commit 73cb2eb

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)