From 3045715b1b494da74f94edb296e92e3b02e74c02 Mon Sep 17 00:00:00 2001 From: Kimberly Meechan Date: Mon, 18 Mar 2024 15:53:45 +0000 Subject: [PATCH] use codecov token in test_and_deploy --- .github/workflows/test_and_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 01ed631..3c52208 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -52,6 +52,7 @@ jobs: - uses: neuroinformatics-unit/actions/test@v2 with: python-version: ${{ matrix.python-version }} + secret-codecov-token: ${{ secrets.CODECOV_TOKEN }} build_sdist_wheels: name: Build source distribution