Skip to content

Commit

Permalink
Add persist-credential: false to release workflow
Browse files Browse the repository at this point in the history
Following recommendation from zizmor
  • Loading branch information
sbidoul committed Jan 15, 2025
1 parent b70c0ef commit 79bde52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
persist-credentials: false
- name: Build a binary wheel and a source tarball
run: ./build-project.py
- name: Store the distribution packages
Expand Down

0 comments on commit 79bde52

Please sign in to comment.