Skip to content

Commit

Permalink
Update upload.yml to use codecov token (#5662)
Browse files Browse the repository at this point in the history
  • Loading branch information
astralcai committed May 6, 2024
1 parent 195b230 commit 6d80d25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
tests:
uses: ./.github/workflows/interface-unit-tests.yml
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
with:
branch: ${{ github.ref }}

Expand Down

0 comments on commit 6d80d25

Please sign in to comment.