diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 39838c5298..b83d5d3350 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -5,6 +5,9 @@ on: branches: [main] types: [opened, edited, synchronize] +permissions: + contents: read + jobs: title_check: runs-on: ubuntu-latest