From a8f7ad31ff66fd229ec36750e03b6ef571e75c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Wed, 7 Aug 2019 21:33:14 -0700 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbaeeb1..b2bbe08 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Usage -To integrate Codecov with your Actions pipeline, specify the name of this repository with a tag number as a `step` within your `workflow.yml` file. It also requires you to provide an upload token from [codecov.io](https://www.codecov.io). Optionally, you can choose to include an additional three inputs to customize the upload context. +To integrate Codecov with your Actions pipeline, specify the name of this repository with a tag number as a `step` within your `workflow.yml` file. The Action also requires you to provide an upload token from [codecov.io](https://www.codecov.io) - in order to avoid exposing your token, store it as a `secret`. Optionally, you can choose to include an additional three inputs to customize the upload context. Inside your `.github/workflows/workflow.yml` file: