We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733d581 commit a5d479dCopy full SHA for a5d479d
1 file changed
.github/workflows/release.yml
@@ -116,7 +116,8 @@ jobs:
116
- name: Checkout source for publish
117
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
118
with:
119
- persist-credentials: false
+ # Ignored since the GITHUB_TOKEN needs to be persisted for this workflow.
120
+ persist-credentials: true # zizmor: ignore[artipacked]
121
122
# Download the artifacts created by the stage_release job.
123
- name: Download release candidates
0 commit comments