diff --git a/.github/workflows/gcc-distcheck.yml b/.github/workflows/gcc-distcheck.yml index 4ede0c6..43493d1 100644 --- a/.github/workflows/gcc-distcheck.yml +++ b/.github/workflows/gcc-distcheck.yml @@ -52,6 +52,8 @@ jobs: - name: Submit code coverage uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.COVERITY_SCAN_TOKEN }} - name: Check the distribution # AM_DISTCHECK_CONFIGURE_FLAGS are not ready for clang and asan