From 8f09074a7b7ebca58f49dfdda7abf02011384882 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Mon, 22 Apr 2024 14:22:20 -0400 Subject: [PATCH] inherit secrets --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bafa7e..1d922e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: test: uses: pyapp-kit/workflows/.github/workflows/test-pyrepo.yml@v1 + secrets: inherit with: os: ${{ matrix.os }} python-version: ${{ matrix.python-version }}