Skip to content

Commit

Permalink
Rename secret from CODECOV_ORG_TOKEN to CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
sdqri authored Sep 7, 2024
1 parent af16ee1 commit 1488b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_ORG_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1488b83

Please sign in to comment.