From 746128924de4380f102e49752eafae7f2c4bf663 Mon Sep 17 00:00:00 2001 From: Parthiv Naresh Date: Mon, 7 Jun 2021 15:30:12 -0400 Subject: [PATCH] pass token --- .github/workflows/linux_unit_tests_with_latest_deps.yml | 1 + docs/source/release_notes.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/linux_unit_tests_with_latest_deps.yml b/.github/workflows/linux_unit_tests_with_latest_deps.yml index e6a3bb4b31..25831ae573 100644 --- a/.github/workflows/linux_unit_tests_with_latest_deps.yml +++ b/.github/workflows/linux_unit_tests_with_latest_deps.yml @@ -83,4 +83,5 @@ jobs: name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 3ad2d41015..dc72430581 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -4,6 +4,7 @@ Release Notes * Enhancements * Removed self-reference from ``AutoMLSearch`` :pr:`2304` * Fixes + * Pass token to authorize uploading of codecov reports :pr: * Changes * Added and applied ``black`` linting package to the EvalML repo in place of ``autopep8`` :pr:`2306` * Documentation Changes