From 92ce830f29aa7f62585cf99e2a9b8fac27ba11e1 Mon Sep 17 00:00:00 2001 From: IvanildoBarauna Date: Wed, 4 Mar 2026 16:49:30 -0300 Subject: [PATCH] fix: Add workflows write permission to allow branch creation from tags The rollback PR step creates a branch from a release tag that contains workflow files, which requires the workflows permission. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/rollback.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rollback.yml b/.github/workflows/rollback.yml index d60baeb..770a0c6 100644 --- a/.github/workflows/rollback.yml +++ b/.github/workflows/rollback.yml @@ -20,6 +20,7 @@ jobs: packages: read pull-requests: write id-token: write + workflows: write steps: - name: Checkout repository