Skip to content

Commit 611bb89

Browse files
Merge pull request #2912 from VWS-Python/fix-release-persist-credentials
Fix release workflow: persist credentials for git-auto-commit-action
2 parents 47dcb0e + 0ac5ad2 commit 611bb89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
# Also, avoids
2929
# https://github.com/stefanzweifel/git-auto-commit-action/issues/99.
3030
fetch-depth: 0
31-
persist-credentials: false
31+
# Credentials need to persist for stefanzweifel/git-auto-commit-action.
32+
# zizmor: ignore[artipacked]
33+
persist-credentials: true
3234

3335
- name: Install uv
3436
uses: astral-sh/setup-uv@v7

0 commit comments

Comments
 (0)