From e9143cabe441f75ff64e5d1079d9dac420c1855e Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:16:53 -0400 Subject: [PATCH] Update lexi-lint.yml (#1805) --- .github/workflows/lexi-lint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'