Skip to content

Commit a71a4e8

Browse files
authored
Keep credentials for release branch tagging (#15115)
The checkout in create_draft_release needs credentials to push the branch-latest tag to origin.
1 parent af34af8 commit a71a4e8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ jobs:
4444
"$GITHUB_REF_NAME"
4545
4646
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
47+
# zizmor: ignore[artipacked]
4748
if: github.ref_type == 'branch'
48-
with:
49-
persist-credentials: false
5049

5150
- name: Update ${{ github.ref_name }}-latest
5251
if: github.ref_type == 'branch'

0 commit comments

Comments
 (0)