Skip to content

Commit 30aee41

Browse files
committed
Fix bugbot issues
1 parent 502ec2e commit 30aee41

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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 }}
@@ -31,7 +31,6 @@ jobs:
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
@@ -59,8 +58,8 @@ jobs:
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

0 commit comments

Comments
 (0)