Skip to content

Commit

Permalink
bugfix: codecov token not found
Browse files Browse the repository at this point in the history
  • Loading branch information
funky-eyes committed Jul 4, 2024
1 parent c7eb84e commit e61c3f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# job 2: Build on 'arm64v8/ubuntu' OS (Skip tests).
build_arm64-binary:
Expand Down

0 comments on commit e61c3f5

Please sign in to comment.