Skip to content

Commit

Permalink
codecov on CI to use use_oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton authored Jul 8, 2024
1 parent e9f9b68 commit eb92e34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: push

permissions:
contents: read
id-token: write

jobs:
test:
Expand Down Expand Up @@ -38,5 +39,5 @@ jobs:
uses: codecov/codecov-action@v4
with:
files: ./cov.lcov
token: ${{ secrets.CODECOV_TOKEN }}
use_oidc: true

0 comments on commit eb92e34

Please sign in to comment.