From 0e2cf9eba520c650592e9eb8a427f2138d40848c Mon Sep 17 00:00:00 2001 From: Aviv Ben Shahar Date: Tue, 11 Jun 2024 23:41:55 +0300 Subject: [PATCH] =?UTF-8?q?chore(dev-deps):=20fix=20version=20for=20eslint?= =?UTF-8?q?=20plugin,=20add=20permissions=20for=20pr=20checks=20?= =?UTF-8?q?=F0=9F=A5=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-checks.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 7fb5b8e..0655ac5 100755 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -5,6 +5,11 @@ on: branches: - master +permissions: + contents: read + pull-requests: read + issues: read + jobs: PR-checks: # https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow