File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - uses : actions/checkout@v6
24- with :
24+ with : # zizmor: ignore[artipacked] git-auto-commit-action requires credentials
2525 # See
2626 # https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#push-to-protected-branches
2727 token : ${{ secrets.RELEASE_PAT }}
3131 # Also, avoids
3232 # https://github.com/stefanzweifel/git-auto-commit-action/issues/99.
3333 fetch-depth : 0
34- persist-credentials : false
3534
3635 - name : Install uv
3736 uses : astral-sh/setup-uv@v7
5958 uses : jacobtomlinson/gha-find-replace@v3
6059 with :
6160 find : " Next\n ----"
62- replace : |
63- "Next\n----\n\n${{ steps.calver.outputs.release }}\n${{ steps.changelog_underline.outputs.underline }}"
61+ replace : " Next \n ---- \n\n ${{ steps.calver.outputs.release }} \n ${{ steps.changelog_underline.outputs.underline\
62+ \ }}"
6463 include : CHANGELOG.rst
6564 regex : false
6665
You can’t perform that action at this time.
0 commit comments