Skip to content

Commit a5d479d

Browse files
committed
fix bad persist-credentials
1 parent 733d581 commit a5d479d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ jobs:
116116
- name: Checkout source for publish
117117
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
118118
with:
119-
persist-credentials: false
119+
# Ignored since the GITHUB_TOKEN needs to be persisted for this workflow.
120+
persist-credentials: true # zizmor: ignore[artipacked]
120121

121122
# Download the artifacts created by the stage_release job.
122123
- name: Download release candidates

0 commit comments

Comments
 (0)