mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
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.
(cherry picked from commit 623b33839a)
This commit is contained in:
committed by
github-actions[bot]
parent
6c9b143db5
commit
96dde358ee
2
.github/workflows/backport.yml
vendored
2
.github/workflows/backport.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user