From 31a6ea351d99daaf04b42ce0866d8d2deab45ec4 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 2 Mar 2025 12:41:30 +0200 Subject: [PATCH] Update linters.yml --- .github/workflows/linters.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 51e4c6d..a5d727c 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -5,6 +5,8 @@ jobs: linters: name: Linters runs-on: self-hosted + permissions: + contents: write steps: - uses: actions/checkout@v4 - name: GitHub Actions