From 6f46edca1988ddcd6b9b6461b83af7c234c8e385 Mon Sep 17 00:00:00 2001 From: Evo <85353424+EvolutionX-10@users.noreply.github.com> Date: Fri, 13 May 2022 11:24:32 +0530 Subject: [PATCH] ci: fix shit --- .github/workflows/linter.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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}"