Skip to content

Commit

Permalink
Fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Aug 18, 2024
1 parent 68e3728 commit 5ac93dd
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 @@ -26,6 +26,6 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_ORG_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
files: ./SteamKit2/Tests/Coverage/lcov.info
fail_ci_if_error: false

0 comments on commit 5ac93dd

Please sign in to comment.