explicitly pass token

This commit is contained in:
Talley Lambert
2024-04-22 13:38:43 -04:00
parent e6e7c1a15c
commit 0bcd86fc5e

View File

@@ -23,7 +23,8 @@ jobs:
qt: ${{ matrix.backend }}
pip-install-pre-release: ${{ github.event_name == 'schedule' }}
report-failures: ${{ github.event_name == 'schedule' }}
secrets: inherit
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}
strategy:
fail-fast: false
matrix: