Skip to content

Commit b0d6d32

Browse files
fix: oidc wont work
1 parent 195747d commit b0d6d32

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Workflow for Codecov example-python
23
on: [push, pull_request, pull_request_target]
34
permissions:
@@ -25,11 +26,6 @@ jobs:
2526
verbose: true
2627
env:
2728
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
28-
- name: Upload coverage to Codecov (oidc)
29-
uses: codecov/codecov-action@th/fix-head-repo-for-tokenless
30-
with:
31-
verbose: true
32-
use_oidc: true
3329
- name: Upload coverage to Codecov (no token)
3430
uses: codecov/codecov-action@th/fix-head-repo-for-tokenless
3531
with:

0 commit comments

Comments
 (0)