From d7c6ad456f0cc2c6181305543baa7a61acf780bd Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:34:46 -0500 Subject: [PATCH] add to main trigger too --- .github/workflows/deploy-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-tests.yml b/.github/workflows/deploy-tests.yml index bbb1fa7..e199b76 100644 --- a/.github/workflows/deploy-tests.yml +++ b/.github/workflows/deploy-tests.yml @@ -29,6 +29,8 @@ jobs: needs: assess-file-changes if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }} uses: catalystneuro/tqdm_publisher/.github/workflows/testing.yml@main + secrets: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} check-final-status: name: All tests passing