From 7a09ab4bb487a0aa4c77a4152a52de881e68bcb8 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Thu, 19 Jan 2023 19:25:57 +0000 Subject: [PATCH] Set permissions for build workflow --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d250625b..09224439 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,7 @@ # NB: this name is used in the status badge, where we want to see "build: passing" name: build +permissions: + contents: read on: push: