From bda4131c76197aa7b6b23ef6c2d17359b81d5c5a Mon Sep 17 00:00:00 2001 From: Gaige B Paulsen Date: Sat, 25 Jan 2025 11:50:11 -0500 Subject: fix: move to secrets --- .github/workflows/codecoverage.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index 103345f2..458878cd 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -12,4 +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