From 278bb504bf5df4e6fa68bd4056df3f568ea2abb4 Mon Sep 17 00:00:00 2001 From: Rafael Ferreira da Silva Date: Thu, 19 Sep 2024 13:40:51 -0400 Subject: [PATCH] #44: setting up wfcommons testing infrastructure --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a4e1b3..5879316 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,6 +31,8 @@ jobs: - name: Upload coverage if: github.ref == 'refs/heads/main' uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} - name: Build documentation run: |