From 0d92fad67f8227925646b4e01e33541703c6cccd Mon Sep 17 00:00:00 2001 From: Robert Sturla Date: Fri, 12 Jan 2024 13:48:31 +0000 Subject: [PATCH] fix: provide build workflow with write permissions to the repo contents (#805) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb9804d91a7..b74e5b86394 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: name: Make runs-on: ubuntu-22.04 permissions: - contents: read + contents: write packages: write id-token: write strategy: