We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fddb69c + d6f01ff commit 93e986cCopy full SHA for 93e986c
.github/workflows/yaml-linter.yml
@@ -3,6 +3,9 @@ on:
3
pull_request:
4
paths: ['**/*.yaml', '**/*.yml']
5
6
+permissions:
7
+ contents: read
8
+
9
jobs:
10
Linter:
11
runs-on: ubuntu-latest
0 commit comments