From 31fedd1f324c5a3aacb1144ed027d4c8997b2828 Mon Sep 17 00:00:00 2001 From: Offending Commit Date: Mon, 27 Apr 2026 11:59:41 -0500 Subject: [PATCH] chore(ci): add contents:write permission to release workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9c2780..b2bb344 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,8 @@ on: jobs: release-macos: runs-on: macos-latest + permissions: + contents: write steps: - uses: actions/checkout@v4