diff --git a/.github/workflows/lexi-lint.yml b/.github/workflows/lexi-lint.yml index 0ce00ccb66..d68a8ae296 100644 --- a/.github/workflows/lexi-lint.yml +++ b/.github/workflows/lexi-lint.yml @@ -11,7 +11,6 @@ jobs: if: ${{ contains(github.event.*.labels.*.name, 'safe to build') }} name: Report readability runs-on: ubuntu-latest - permissions: write-all steps: - name: Checkout uses: actions/checkout@v3 @@ -21,4 +20,4 @@ jobs: - uses: npentrel/lexi@v1.1 with: github-token: ${{ secrets.PR_TOKEN }} - glob: '**/*.md' \ No newline at end of file + glob: '**/*.md'