From 11795e85f77d1b25c30cfde331c23deed398b26e Mon Sep 17 00:00:00 2001 From: Gusto Bacvinka Date: Thu, 26 Jan 2023 22:19:09 +0200 Subject: [PATCH] Add token to evade GH limiter --- .github/workflows/codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index bd410f0..665d811 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -38,6 +38,7 @@ jobs: grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o /tmp/cov/tests.lcov; - uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} directory: /tmp/cov/ name: waku-bindings-codecov fail_ci_if_error: true