From fab3a2f0edbc23f75d8d98e8d8b613113ef7dbdc Mon Sep 17 00:00:00 2001 From: Rohan Bhaumik Date: Mon, 29 Apr 2024 10:11:46 -0400 Subject: [PATCH] Update README.md to point to docs about tokenless (#1395) It wasn't very clear to the community that tokenless was supported. Linked to docs from the action readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc98375d0..5e37e399a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ `v4` of the Codecov GitHub Action will use the [Codecov CLI](https://github.com/codecov/codecov-cli) to upload coverage reports to Codecov. ### Breaking Changes -- Tokenless uploading is unsupported. However, PRs made from forks to the upstream public repos will support tokenless (e.g. contributors to OS projects do not need the upstream repo's Codecov token) +- Tokenless uploading is unsupported. However, PRs made from forks to the upstream public repos will support tokenless (e.g. contributors to OS projects do not need the upstream repo's Codecov token). For details, [see our docs](https://docs.codecov.com/docs/codecov-uploader#supporting-token-less-uploads-for-forks-of-open-source-repos-using-codecov) - Various arguments to the Action have been removed ### Dependabot