1 parent b84610d commit 3266547Copy full SHA for 3266547
1 file changed
.github/workflows/ci.yaml
@@ -56,7 +56,8 @@ concurrency:
56
cancel-in-progress: true
57
group: ${{github.workflow}}-${{github.event.pull_request.number||github.ref}}
58
59
-permissions: read-all
+permissions:
60
+ contents: read
61
62
jobs:
63
python-checks:
0 commit comments