From 1609ed08c3314dbf33221608aa886b42176b98b7 Mon Sep 17 00:00:00 2001 From: Alex <93376818+sashashura@users.noreply.github.com> Date: Mon, 29 Aug 2022 10:10:51 +0100 Subject: [PATCH] Update hosted.yml Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com> --- .github/workflows/hosted.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/hosted.yml b/.github/workflows/hosted.yml index af41ed511e..2db549986c 100644 --- a/.github/workflows/hosted.yml +++ b/.github/workflows/hosted.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [ master, dev ] +permissions: + contents: read + jobs: cpp-builds: runs-on: ${{ matrix.os }}