From 2dbc18e30c1b94182ded5f37ab290a712512a183 Mon Sep 17 00:00:00 2001 From: JA de Leon Date: Mon, 8 Jun 2026 17:44:35 -0600 Subject: [PATCH] fix: give permision for github-actions[bot] to read and write --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87a729d..01b27a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,8 @@ jobs: release: name: Bump version and release runs-on: self-hosted + permissions: + contents: write steps: - name: Checkout repo uses: actions/checkout@v4