Skip to content

Commit b5e1773

Browse files
committed
chore: use codecov with token
1 parent a7ac957 commit b5e1773

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
matrix:
2727
os: [ "ubuntu-22.04", "ubuntu-24.04", "macos-14", "macos-15" , "windows-2022", "windows-2025" ]
2828
python-version: ["3.11", "3.12", "3.13"]
29-
permissions:
30-
id-token: write
3129

3230
steps:
3331
- uses: actions/checkout@v5
@@ -79,7 +77,8 @@ jobs:
7977
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
8078
if: (runner.os == 'Linux' && matrix.python-version == '3.12' && matrix.os == 'ubuntu-24.04')
8179
with:
82-
use_oidc: true
80+
fail_ci_if_error: true
81+
token: ${{ secrets.CODECOV_TOKEN }}
8382

8483
- name: Cleanup codecov dirty state files
8584
if: (runner.os == 'Linux' && matrix.python-version == '3.12' && matrix.os == 'ubuntu-24.04')

0 commit comments

Comments
 (0)