We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7b9dc commit 44139d2Copy full SHA for 44139d2
.github/workflows/lint.yml
@@ -4,6 +4,9 @@ on:
4
paths:
5
- _data/collection-index.yml
6
7
+permissions:
8
+ contents: read
9
+ pull-requests: write
10
11
jobs:
12
yamllint:
@@ -19,4 +22,4 @@ jobs:
19
22
yamllint_strict: true
20
23
yamllint_comment: true
21
24
env:
- GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
+ GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments