summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGaige B Paulsen <gaige@cluetrust.com>2025-01-25 11:54:16 -0500
committerGitHub <noreply@github.com>2025-01-25 16:54:16 +0000
commitaab4d38f6cd41eb9a94b34c256f26d55d1e71654 (patch)
tree0df105c11bfa0866522a0f02709bbc77c8761afd /.github
parentd0c73e6bdd3ca3ff9d87c8339b2c5611b694d6dc (diff)
downloadvyos.vyos-aab4d38f6cd41eb9a94b34c256f26d55d1e71654.tar.gz
vyos.vyos-aab4d38f6cd41eb9a94b34c256f26d55d1e71654.zip
Update codecoverage.yml (#375)
* Update codecoverage.yml Attempt to fix code coverage * Fix: rename secret * fix: move to secrets
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codecoverage.yml2
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 }}