Skip to content

Commit

Permalink
Pass CODECOV_TOKEN to shared workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJulianJES committed Apr 11, 2024
1 parent 4a4ae78 commit 309ef3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ jobs:
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
MINIMUM_COVERAGE_PERCENTAGE: 95
PYTHON_MATRIX: "3.12"
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 309ef3f

Please sign in to comment.