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.
This commit is contained in:
Wolfgang Walther
2025-10-27 09:01:17 +01:00
parent 6ee182fb2f
commit 623b33839a

View File

@@ -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: