We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47dcb0e + 0ac5ad2 commit 611bb89Copy full SHA for 611bb89
1 file changed
.github/workflows/release.yml
@@ -28,7 +28,9 @@ jobs:
28
# Also, avoids
29
# https://github.com/stefanzweifel/git-auto-commit-action/issues/99.
30
fetch-depth: 0
31
- persist-credentials: false
+ # Credentials need to persist for stefanzweifel/git-auto-commit-action.
32
+ # zizmor: ignore[artipacked]
33
+ persist-credentials: true
34
35
- name: Install uv
36
uses: astral-sh/setup-uv@v7
0 commit comments