Skip to content

Commit 01fce4f

Browse files
ci(linter): add workflow permissions (#24)
## πŸ’Œ Description <!-- Add a more detailed description of the changes if needed. --> ## πŸ”— Related issue <!-- If your PR refers to a related issue, link it here. --> Fixes: # ## πŸ—οΈ Type of change <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> - [ ] πŸ“š Examples/docs/tutorials - [ ] πŸ› Bug fix (non-breaking change which fixes an issue) - [ ] πŸ₯‚ Improvement (non-breaking change which improves an existing feature) - [ ] πŸš€ New feature (non-breaking change which adds functionality) - [ ] πŸ’₯ Breaking change (fix or feature that would cause existing functionality to change) - [ ] 🚨 Security fix - [ ] ⬆️ Dependencies update ## βœ… Checklist <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> - [ ] I've read the [`Code of Conduct`](https://github.com/raven-actions/actionlint/blob/main/.github/CODE_OF_CONDUCT.md) document. - [ ] I've read the [`Contributing`](https://github.com/raven-actions/actionlint/blob/main/.github/CONTRIBUTING.md) guide.
1 parent a30be53 commit 01fce4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

β€Ž.github/workflows/linter.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on: # yamllint disable-line rule:truthy
1414
branches:
1515
- main
1616

17+
permissions:
18+
contents: read
19+
pull-requests: read
20+
1721
jobs:
1822
linter:
1923
name: Linter

0 commit comments

Comments
Β (0)