Skip to content

Commit

Permalink
ci: inherit secrets in reusable workflow (#266)
Browse files Browse the repository at this point in the history
* ci: inherit secrets in reusable workflow

* ci: use explicit
  • Loading branch information
tlambert03 authored Feb 14, 2024
1 parent 850d02d commit 8be8784
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
hatch-build-hooks-enable: ${{ matrix.compile }}
pip-install-pre-release: ${{ github.event_name == 'schedule' }}
report-failures: ${{ github.event_name == 'schedule' }}
secrets: inherit
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -59,6 +60,8 @@ 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 }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 8be8784

Please sign in to comment.