Skip to content

Commit ad6df6e

Browse files
authored
Merge branch 'master' into scenario-descriptions
2 parents 84aa72a + d71bb90 commit ad6df6e

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)