Skip to content

Commit

Permalink
Replace Codecov token with secret (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixS90 authored Jun 5, 2024
1 parent 0c4f6c7 commit 067f3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ jobs:
# Only one flag to be safe with
# https://docs.codecov.com/docs/flags#one-to-one-relationship-of-flags-to-uploads
flags: ${{matrix.OS}}
token: e9a842e5-9f84-48a6-9320-8f67a28f0260 #gitleaks:allow
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 067f3b0

Please sign in to comment.