Skip to content

Commit 32e3062

Browse files
committed
Set persist-credentials: false in release workflow
1 parent e2ecde3 commit 32e3062

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
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN_PYMC }}
1313
steps:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
15+
with:
16+
persist-credentials: false
1517
- name: Set up Python
1618
uses: actions/setup-python@v5
1719
with:

0 commit comments

Comments
 (0)