Skip to content

Commit 2e6463d

Browse files
authored
🔧 fix(ci): restore git credentials for post-release automation (#159)
1 parent 734c6b9 commit 2e6463d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
- name: 📥 Checkout
1818
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919
with:
20-
ref: ${{ github.event.release.tag_name }}
21-
persist-credentials: false
20+
ref: ${{ github.event.release.tag_name }} # zizmor: ignore[artipacked]
2221
- name: 🧹 Free disk space
2322
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # main
2423
with:

0 commit comments

Comments
 (0)