Skip to content

Commit

Permalink
ci: missing codecov token (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
superical authored Apr 17, 2024
1 parent 6bd38f4 commit 17bb1d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
tests:
name: Tests
uses: ./.github/workflows/tests.yml
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}

linters:
name: Linters
Expand Down

0 comments on commit 17bb1d7

Please sign in to comment.