Skip to content

Commit b6e5f3f

Browse files
committed
Add persist-credential: false to release workflow
Following recommendation from zizmor
1 parent 48fb3d5 commit b6e5f3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15+
with:
16+
persist-credentials: false
1517
- name: Build a binary wheel and a source tarball
1618
run: ./build-project.py
1719
- name: Store the distribution packages

0 commit comments

Comments
 (0)