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 8d2315d commit f8ad9bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
CACHE_VERSION: 2
PYTHON_VERSION_DEFAULT: 3.8.14
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
MINIMUM_COVERAGE_PERCENTAGE: 97
MINIMUM_COVERAGE_PERCENTAGE: 97
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f8ad9bb

Please sign in to comment.