Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-codecov authored Dec 12, 2024
1 parent 9ddd48a commit 2252f9a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
on: [push, pull_request]

permissions:
id_token: write
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -11,6 +15,6 @@ jobs:
uses: actions/setup-node@v4
- run: npm i
- run: npm run testAll
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
use_oidc: true

0 comments on commit 2252f9a

Please sign in to comment.