We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdb857 commit 36fad3dCopy full SHA for 36fad3d
.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="bf6a7f2a-362b-43a8-ac34-c0fd5ef11d6a"
+ CODECOV_TOKEN="49f6e3b9-4c5b-40a0-ba75-0f5ce723a2ad"
45
else
46
# codecov/codecov-action does unauthenticated upload if empty string is passed via the `token` input.
47
CODECOV_TOKEN=""
0 commit comments