Skip to content

Commit d71bb90

Browse files
committed
Add codecov token to avoid rate limiting
1 parent 974431d commit d71bb90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,8 @@ jobs:
8383
8484
- uses: codecov/codecov-action@v3
8585
with:
86+
# Explicitly using the token in order to avoid Codecov rate limit errors
87+
# See https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
88+
token: ${{ secrets.CODECOV_TOKEN }}
8689
fail_ci_if_error: true
8790
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)