Skip to content

Commit 9dba16b

Browse files
committed
Drop credentials after checkout step.
1 parent 2eefc61 commit 9dba16b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
steps:
2929
- name: Check out project
3030
uses: actions/checkout@v6
31+
with:
32+
persist-credentials: false
3133

3234
- name: Set up Python ${{ matrix.python-version }}
3335
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)