diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e2bbbd7..709a692 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -9,6 +9,9 @@ on: pull_request_target: branches: - main +permissions: + checks: write + contents: read jobs: run-linters: @@ -36,4 +39,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} auto_fix: false eslint_extensions: js - commit_message: "style(auto): fix code style issues with ${linter}" \ No newline at end of file + commit_message: "style(auto): fix code style issues with ${linter}"