diff options
-rw-r--r-- | .github/workflows/codecoverage.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 }} |