From e408a5aa3c180252b157c6ea5bbd938435573a27 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Wed, 18 Feb 2026 12:37:04 -0500 Subject: [PATCH] Add contents:write permission to build workflow for release uploads The GITHUB_TOKEN needs write access to upload release assets. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b83eaba..d33ee270 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,6 +8,9 @@ on: release: types: [created] +permissions: + contents: write + jobs: build: runs-on: windows-latest