Skip to content

Commit

Permalink
fix typo in secret token name
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 authored Feb 25, 2024
1 parent 3979290 commit 01e0d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV: ${{ secrets.CODECOV }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./coverage.xml
verbose: true # optional (default = false)
Expand Down

0 comments on commit 01e0d20

Please sign in to comment.