From 96c99ceda063a2bdb9263fd48bf6b61f50e2dcaa Mon Sep 17 00:00:00 2001 From: Kevin Griffin Date: Thu, 4 Apr 2024 10:08:04 -0400 Subject: [PATCH] updates codecov adds secret (#736) Signed-off-by: Kevin Griffin --- .github/workflows/python-app-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app-ci.yml b/.github/workflows/python-app-ci.yml index 2df15d859..4fb0f8039 100644 --- a/.github/workflows/python-app-ci.yml +++ b/.github/workflows/python-app-ci.yml @@ -60,9 +60,9 @@ jobs: run: | pytest --cov=./ --cov-report=xml - name: Upload - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: - token: 5eb1c60e-8b43-45f1-a003-357b240061cd + token: ${{ secrets.CODECOV_TOKEN }} scripts: runs-on: ubuntu-latest