Skip to content

Commit

Permalink
Fix codecov workflow in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Nov 15, 2024
1 parent ba9e677 commit a92a02a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
strategy:
matrix:
Expand All @@ -27,4 +26,4 @@ jobs:
- uses: codecov/codecov-action@v4
with:
name: Node.js ${{ matrix.node-version }}
use_oidc: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a92a02a

Please sign in to comment.