From a422342ab61714f9a0a7d5ba4db4d7bc0045ff15 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Mon, 6 Apr 2026 11:48:56 -0400 Subject: [PATCH] Enable write permissions for release action. --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index adf6b7e..a606046 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -135,6 +135,8 @@ jobs: name: Publish [GitHub] needs: [binary, source, release-notes] runs-on: ubuntu-24.04 + permissions: + contents: write steps: - name: Download artifacts