From e1c77bd67d7604639bdfe08b316dbf8610135f2b Mon Sep 17 00:00:00 2001 From: Arvid Norlander Date: Wed, 21 Aug 2024 22:53:07 +0200 Subject: [PATCH] chore(ci): Fix lint permissions --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 871da2b..e54ec60 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,3 +12,6 @@ jobs: lints: name: "Run lints" uses: ./.github/workflows/act_lint.yml + permissions: + contents: read + security-events: write