Skip to content

Commit

Permalink
Correct secret variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
madpilot78 committed Jul 2, 2024
1 parent fcece40 commit 24ff893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Upload to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODE_COV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 24ff893

Please sign in to comment.