Skip to content

Commit 220b289

Browse files
ci(github): set permissions contents read in commitlint.yml
1 parent 5afa21c commit 220b289

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/commitlint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: commitlint
22
on: [push, pull_request]
33

4+
permissions:
5+
contents: read
6+
47
jobs:
58
commitlint:
69
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)