From aab4d38f6cd41eb9a94b34c256f26d55d1e71654 Mon Sep 17 00:00:00 2001 From: Gaige B Paulsen Date: Sat, 25 Jan 2025 11:54:16 -0500 Subject: Update codecoverage.yml (#375) * Update codecoverage.yml Attempt to fix code coverage * Fix: rename secret * fix: move to secrets --- .github/workflows/codecoverage.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index 6d8f153..458878c 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -12,3 +12,5 @@ jobs: collection_pre_install: >- git+https://github.com/ansible-collections/ansible.utils.git git+https://github.com/ansible-collections/ansible.netcommon.git + secrets: + token: ${{ secrets.CODECOV_TOKEN }} -- cgit v1.2.3