From 66e2c5f393399b816881e5648951ffb287e9f443 Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Mon, 9 May 2022 22:18:38 +0530 Subject: [PATCH] chore: this is killing me --- .github/workflows/linter.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 6c1bf94..e0be3d4 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -6,10 +6,15 @@ on: push: branches: - main - pull_request: + pull_request_target: branches: - main +# Down scope as necessary via https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token +permissions: + checks: write + contents: write + jobs: run-linters: name: Run linters