From 66879ff350cce9e19b07c16fd1b227297da67956 Mon Sep 17 00:00:00 2001 From: Ibrahim Ali Date: Wed, 18 Dec 2019 18:50:35 -0800 Subject: [PATCH] add forked repo secrets notice to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efe4a4a..b5ddb66 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ steps: yml: ./codecov.yml #optional fail_ci_if_error: true #optional (default = false) ``` ->**Note**: This assumes that you've set your Codecov token inside *Settings > Secrets* as `CODECOV_TOKEN`. If not, you can [get an upload token](https://docs.codecov.io/docs/frequently-asked-questions#section-where-is-the-repository-upload-token-found-) for your specific repo on [codecov.io](https://www.codecov.io). +>**Note**: This assumes that you've set your Codecov token inside *Settings > Secrets* as `CODECOV_TOKEN`. If not, you can [get an upload token](https://docs.codecov.io/docs/frequently-asked-questions#section-where-is-the-repository-upload-token-found-) for your specific repo on [codecov.io](https://www.codecov.io). Keep in mind that secrets are *not* available to forks of repositories. ## Arguments