From 8894d7f84a67cb606f740aefdf410856ff694c06 Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Tue, 13 Jan 2026 17:20:45 -0500 Subject: [PATCH] Fix issue where the release action could not push changes to workflows Signed-off-by: Jason Frey --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4df470..f248b0e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,7 @@ jobs: release: runs-on: ubuntu-latest permissions: + actions: write # for releases that contain changes to the workflows contents: write # for git push steps: - uses: actions/checkout@v6