From 4431e7fec70644e28e95e1112788d0b26ccda2b7 Mon Sep 17 00:00:00 2001 From: Akshith Gunasheelan <126816102+akshith-gunasheelan@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:42:40 +0530 Subject: [PATCH] Update .ansible-test.yml --- .github/workflows/.ansible-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.ansible-test.yml b/.github/workflows/.ansible-test.yml index bd404a95..506ebaa0 100644 --- a/.github/workflows/.ansible-test.yml +++ b/.github/workflows/.ansible-test.yml @@ -93,6 +93,6 @@ jobs: - name: "Upload coverage to Codecov" uses: codecov/codecov-action@v4.3.0 with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: alisha-k-kalladassery/oneview-ansible-collection fail_ci_if_error: true - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}