From 42a7b80579f6d1a8cb7ae9f494acdd3ff5dd5f71 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Wed, 8 Nov 2023 19:51:49 -0800 Subject: [PATCH] Update slsa releaser to run with write permissions so it can release the hishtory-release-validation-completed file --- .github/workflows/slsa-releaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slsa-releaser.yml b/.github/workflows/slsa-releaser.yml index 3698333..61b579b 100644 --- a/.github/workflows/slsa-releaser.yml +++ b/.github/workflows/slsa-releaser.yml @@ -172,7 +172,7 @@ jobs: # Validate the signed binaries validate: permissions: - contents: read + contents: write runs-on: macos-latest needs: - build-linux-amd64