Skip to content

Commit

Permalink
chore(ci): token var name
Browse files Browse the repository at this point in the history
  • Loading branch information
PiLep committed Jan 5, 2024
1 parent e3b326d commit 69c6be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Upload to Codecov 📊
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODE_COV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
verbose: true

Expand Down

0 comments on commit 69c6be8

Please sign in to comment.