From 0893c12855e92e971744684b790e830cae48d61c Mon Sep 17 00:00:00 2001 From: Saar Ettinger Date: Sun, 17 Dec 2023 14:35:14 +0200 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 28a26c48..daf1cc42 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -80,6 +80,10 @@ jobs: linter: name: golangci-lint runs-on: [self-hosted, public, linux, x64] + permissions: + checks: write + contents: read + pull-requests: write steps: - name: Check out code into the Go module directory uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3