diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f330907..796ea5a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,6 +49,7 @@ jobs: uses: codecov/codecov-action@v4.0.1 with: files: '**/TestResults/*/*.cobertura.xml' + token: ${{ secrets.CODECOV_TOKEN }} build: needs: [test]