Skip to content

Commit

Permalink
Add token argument to the Codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlyanon committed Apr 13, 2024
1 parent 7598e13 commit 948e3bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake-init/templates/common/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
file: build/coverage/coverage.info
token: ${{ secrets.CODECOV_TOKEN }}

sanitize:
needs: [lint]
Expand Down

0 comments on commit 948e3bb

Please sign in to comment.