From 623b33839a5d5f43491ce25a20c30f92cc7549d9 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 27 Oct 2025 09:01:17 +0100 Subject: [PATCH] workflows/backport: persist credentials This was added when introducing zizmor. It appears that the backport action actually needs these credentials to persist, to be able to push the branch. --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 17a103c4ca7d..1826675c7501 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -40,7 +40,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} token: ${{ steps.app-token.outputs.token }} - persist-credentials: false + persist-credentials: true - name: Log current API rate limits env: