diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 69c9787..1e741eb 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -6,6 +6,10 @@ on: - opened - synchronize +permissions: + contents: read + pull-requests: read + jobs: commitlint: runs-on: ubuntu-latest