We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6cb96 commit a881e44Copy full SHA for a881e44
.github/workflows/ci.yml
@@ -1,6 +1,7 @@
1
name: Continuous Integration
2
-on:
3
- - push
+permissions:
+ contents: read
4
+on: push
5
6
jobs:
7
lint:
0 commit comments