Skip to content

Commit fe6b3e9

Browse files
Merge branch 'arausell/fix-duplicates' of https://github.com/devcontainers/devcontainers.github.io into arausell/fix-duplicates
2 parents cb6e686 + 44139d2 commit fe6b3e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
paths:
55
- _data/collection-index.yml
66

7+
permissions:
8+
contents: read
9+
pull-requests: write
710

811
jobs:
912
yamllint:
@@ -20,4 +23,4 @@ jobs:
2023
yamllint_config_filepath: .github/lint-config.yaml
2124
yamllint_comment: true
2225
env:
23-
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)