From f1dffae814cdfd9c82c53c5c685cd13e9a25edd8 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Tue, 7 Nov 2023 10:32:21 -0500 Subject: [PATCH] inherit --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3f2721..37b2b2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,7 @@ concurrency: jobs: test: uses: pyapp-kit/workflows/.github/workflows/test-pyrepo.yml@main - secrets: - codecov-token: ${{ secrets.CODECOV_TOKEN }} + secrets: inherit with: os: ${{ matrix.os }} python-version: ${{ matrix.python-version }}