From b0b789bb1f040d6e2d04cdb868b8d772a5a627dd Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Tue, 20 Feb 2024 12:54:05 +0100 Subject: [PATCH] doc: use updated syntax for GitHub Markdown notes GitHub Discussions: https://github.com/orgs/community/discussions/16925 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b42e1d0b7..a2f2d20f6 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,8 @@ steps: env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} ``` ->**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. +> [!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