summaryrefslogtreecommitdiff
path: root/.github/workflows/audit.yaml
diff options
context:
space:
mode:
authorHarmen Stoppels <me@harmenstoppels.nl>2024-03-26 22:49:26 +0100
committerGitHub <noreply@github.com>2024-03-26 22:49:26 +0100
commit7e9caed8c2af7c2573902311995d2b74c0a7b79f (patch)
treee6badde5b457a16f807b5464e1193cd896e17e2c /.github/workflows/audit.yaml
parent69509a6d9a9c515dc4e00fbfe94c7e27a440b0ad (diff)
downloadspack-7e9caed8c2af7c2573902311995d2b74c0a7b79f.tar.gz
spack-7e9caed8c2af7c2573902311995d2b74c0a7b79f.tar.bz2
spack-7e9caed8c2af7c2573902311995d2b74c0a7b79f.tar.xz
spack-7e9caed8c2af7c2573902311995d2b74c0a7b79f.zip
ci: fix codecov upload (#43382)
Diffstat (limited to '.github/workflows/audit.yaml')
-rw-r--r--.github/workflows/audit.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml
index 9abe65f6ad..eb5e110313 100644
--- a/.github/workflows/audit.yaml
+++ b/.github/workflows/audit.yaml
@@ -47,3 +47,4 @@ jobs:
if: ${{ inputs.with_coverage == 'true' }}
with:
flags: unittests,audits
+ token: ${{ secrets.CODECOV_TOKEN }}