Skip to content

Commit

Permalink
Add Codecov upload token to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kyungminlee committed Apr 21, 2024
1 parent 07b9ca8 commit d819e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
julia --project=docs/ docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d819e8a

Please sign in to comment.