Skip to content

Commit

Permalink
ci: inherit secret
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Feb 14, 2024
1 parent 8be8784 commit 4a1fc32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
hatch-build-hooks-enable: ${{ matrix.compile }}
pip-install-pre-release: ${{ github.event_name == 'schedule' }}
report-failures: ${{ github.event_name == 'schedule' }}
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}
secrets: inherit
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 4a1fc32

Please sign in to comment.