From 8be8784165451f260faa8508ac1e4ea19eb88339 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Wed, 14 Feb 2024 08:27:34 -0500 Subject: [PATCH] ci: inherit secrets in reusable workflow (#266) * ci: inherit secrets in reusable workflow * ci: use explicit --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e9535c7..6cf9d584 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: @@ -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: