From 3a43b8b86e471c7c52711bd63f4ff7710a8bf1a6 Mon Sep 17 00:00:00 2001 From: Alex <93376818+sashashura@users.noreply.github.com> Date: Mon, 19 Sep 2022 12:22:34 +0200 Subject: [PATCH] build: update build.yml Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com> --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53e260337c..7277d56550 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,9 @@ on: - master pull_request: +permissions: + contents: read # to fetch code (actions/checkout) + jobs: build: runs-on: ubuntu-20.04