Skip to content

Commit

Permalink
Set persist-credentials: false in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Dec 22, 2024
1 parent 129ec62 commit 61f59c3
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:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN_PYMC }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 61f59c3

Please sign in to comment.