Skip to content

Commit f141145

Browse files
committed
Remove persist-credentials: false from release job
1 parent 57987ba commit f141145

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ jobs:
8585
- name: 📥 Checkout
8686
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8787
with:
88-
token: ${{ secrets.RELEASE_TOKEN }}
89-
persist-credentials: false
88+
token: ${{ secrets.RELEASE_TOKEN }} # zizmor: ignore[artipacked]
9089
- name: 📤 Commit changelog and tag
9190
env:
9291
CHANGELOG: ${{ needs.build.outputs.changelog }}

0 commit comments

Comments
 (0)