diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c247d88..21238d1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -72,9 +72,10 @@ jobs: make test git status - name: Publish Unit Test Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: + token: ${{ secrets.CODECOV_TOKEN }} flags: unittests - file: cover.out - - name: Check diff - run: '[[ -z $(git status -s) ]] || (printf "Existing modified/untracked files.\nPlease run \"make generate manifests\" and push again.\n"; exit 1)' \ No newline at end of file + file: cover.out \ No newline at end of file