From c465c373d006d96a7988ff96d4dbf58f378671c7 Mon Sep 17 00:00:00 2001 From: Ibrahim Ali Date: Tue, 6 Aug 2019 22:48:29 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97fb4f2..7796259 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Inside your `.github/workflows/workflow.yml` file: ```yaml steps: - uses: actions/checkout@master -- uses: actions/codecov-action@v0.1 +- uses: actions/codecov-action@v0.2 with: token: ${{secrets.CODECOV_TOKEN}} ``` @@ -25,4 +25,4 @@ steps: ## License -The code in this project is released under the MIT License \ No newline at end of file +The code in this project is released under the MIT License