Skip to content

Commit eaa18bc

Browse files
committed
🔧 Use OIDC for codecov
1 parent 84f9176 commit eaa18bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
- name: Upload coverage to CodeCov
9494
uses: codecov/codecov-action@v5
9595
with:
96+
use_oidc: true
9697
fail_ci_if_error: true # optional (default = false)
97-
token: ${{ secrets.CODECOV_TOKEN }}
9898
verbose: true # optional (default = false)
9999

100100
# Then PR comments

0 commit comments

Comments
 (0)