From 21becb78ea311d90f8071c299faeb28226880bc4 Mon Sep 17 00:00:00 2001 From: Rohan Bhaumik Date: Mon, 29 Apr 2024 09:57:45 -0400 Subject: [PATCH] Update README.md to point to docs about tokenless 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 cc98375..5e37e39 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