diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 1ee80fc4e..86a94e5c6 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -16,6 +16,10 @@ concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true +permissions: + pull-requests: write + checks: write + jobs: Lint: name: ⚡ ES Lint