Skip to content

Commit 12f8916

Browse files
authored
Merge pull request #121 from EliahKagan/gha-permissions
Specify explicit `contents: read` workflow permissions
2 parents f36c0cc + d7a7b3b commit 12f8916

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ name: Python package
55

66
on: [push, pull_request, workflow_dispatch]
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
build:
1013

0 commit comments

Comments
 (0)