From 95b6394917cd283efb34428b5de09d7d01e46f78 Mon Sep 17 00:00:00 2001 From: Vladimir Bauer Date: Sat, 15 Oct 2022 16:29:28 +0500 Subject: [PATCH] explicit permissions --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9aa71f9..037457b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,6 +8,10 @@ on: - v* pull_request: +permissions: + contents: read + pull-requests: read + defaults: run: working-directory: cmd/getparty