Skip to content

Commit 59ac3ca

Browse files
Merge pull request #25 from pennam/fix-codecov-token
github: fix codecov token
2 parents 33b07cf + 0f86a80 commit 59ac3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# In order to avoid uploads of data from forks, only use the token for runs in the parent repo.
4242
# Token is intentionally exposed.
4343
# 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"
44+
CODECOV_TOKEN="bf6a7f2a-362b-43a8-ac34-c0fd5ef11d6a"
4545
else
4646
# codecov/codecov-action does unauthenticated upload if empty string is passed via the `token` input.
4747
CODECOV_TOKEN=""

0 commit comments

Comments
 (0)