We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33b07cf + 0f86a80 commit 59ac3caCopy full SHA for 59ac3ca
.github/workflows/unit-tests.yml
@@ -41,7 +41,7 @@ jobs:
41
# In order to avoid uploads of data from forks, only use the token for runs in the parent repo.
42
# Token is intentionally exposed.
43
# See: https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
44
- CODECOV_TOKEN="47827969-3fda-4ba1-9506-e8d0834ed88c"
+ CODECOV_TOKEN="bf6a7f2a-362b-43a8-ac34-c0fd5ef11d6a"
45
else
46
# codecov/codecov-action does unauthenticated upload if empty string is passed via the `token` input.
47
CODECOV_TOKEN=""
0 commit comments