diff options
author | Gaige B Paulsen <gaige@cluetrust.com> | 2025-01-25 11:50:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-25 11:50:11 -0500 |
commit | bda4131c76197aa7b6b23ef6c2d17359b81d5c5a (patch) | |
tree | 0df105c11bfa0866522a0f02709bbc77c8761afd | |
parent | 45e93ea6779de15e8b2b0c76cbdcbdeb206f222a (diff) | |
download | vyos.vyos-bda4131c76197aa7b6b23ef6c2d17359b81d5c5a.tar.gz vyos.vyos-bda4131c76197aa7b6b23ef6c2d17359b81d5c5a.zip |
fix: move to secrets
-rw-r--r-- | .github/workflows/codecoverage.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 }} |