From dddab2c687416cda02762f6e50101d8fe8bf5d05 Mon Sep 17 00:00:00 2001 From: Aleksander Zaruczewski Date: Mon, 12 Feb 2024 11:31:11 +0200 Subject: [PATCH] ci(trunk): fix failing check --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 01e16ab..412f44e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,6 +29,8 @@ jobs: (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip workflows')) || github.event_name == 'push' runs-on: ubuntu-latest + permissions: + checks: write steps: - uses: actions/checkout@v3 with: