Skip to content

Commit f192b17

Browse files
committed
CI: Use codecov token to prevent rate limit
In https://github.com/openSUSE/Mojo-IOLoop-ReadWriteProcess/settings/secrets/actions a CODECOV_TOKEN, originally from https://app.codecov.io/gh/openSUSE/Mojo-IOLoop-ReadWriteProcess/config/general, is defined. By using that token we should be able to work around "Rate limit reached" as found in https://github.com/openSUSE/Mojo-IOLoop-ReadWriteProcess/actions/runs/14136273645/job/39608649818#step:7:98
1 parent 01103fc commit f192b17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
uses: codecov/codecov-action@v4
4141
if: matrix.perl == 'latest'
4242
with:
43+
token: ${{ secrets.CODECOV_TOKEN }}
4344
file: cover_db/codecov.json
4445
fail_ci_if_error: true
4546
verbose: true

0 commit comments

Comments
 (0)