Skip to content

Commit

Permalink
Set CODECOV_TOKEN for codecov-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyun committed Apr 6, 2024
1 parent 0ff6024 commit 0f0bb1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ jobs:
depwarn: ${{ matrix.depwarn }}
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 0f0bb1d

Please sign in to comment.