Skip to content

Commit fcf934a

Browse files
committed
fix: one more try
1 parent ef0c8ec commit fcf934a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232

3333
steps:
3434
- uses: actions/checkout@v4
35+
with:
36+
persist-credentials: false
37+
3538
- name: Set up Python ${{ matrix.python-version }}
3639
uses: actions/[email protected]
3740
with:
@@ -51,8 +54,8 @@ jobs:
5154

5255
- name: Upload coverage to Codecov
5356
uses: codecov/codecov-action@v4
54-
with:
55-
token: ${{ secrets.CODECOV_TOKEN }}
57+
with:
58+
token: ${{ secrets.CODECOV_TOKEN }}
5659

5760
- name: Upload test results to Codecov
5861
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)