Skip to content

Commit

Permalink
Use a secret for the Codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer authored Jun 13, 2024
1 parent a71773d commit ee71465
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 @@ -37,7 +37,7 @@ jobs:
with:
files: ./clover.xml
fail_ci_if_error: true
token: c9fc8445-628e-41c3-886a-a37ebd3c4807
token: ${{ secrets.CODECOV_TOKEN }}

coding-style:
name: Coding Style
Expand Down

0 comments on commit ee71465

Please sign in to comment.