From 24b2a36ef02f61d899a23ac6d9b2c2ae59813dcb Mon Sep 17 00:00:00 2001 From: Mike Heffner Date: Sun, 3 May 2026 21:02:44 -0400 Subject: [PATCH] Fix processor release --- .github/workflows/processor-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/processor-release.yml b/.github/workflows/processor-release.yml index 04f847f5..34b10b63 100644 --- a/.github/workflows/processor-release.yml +++ b/.github/workflows/processor-release.yml @@ -8,6 +8,8 @@ jobs: release: name: processor release - ${{ matrix.target }} runs-on: ${{ matrix.runner }} + permissions: + contents: write strategy: fail-fast: false matrix: