diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-03-26 22:49:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 22:49:26 +0100 |
commit | 7e9caed8c2af7c2573902311995d2b74c0a7b79f (patch) | |
tree | e6badde5b457a16f807b5464e1193cd896e17e2c /.github/workflows/windows_python.yml | |
parent | 69509a6d9a9c515dc4e00fbfe94c7e27a440b0ad (diff) | |
download | spack-7e9caed8c2af7c2573902311995d2b74c0a7b79f.tar.gz spack-7e9caed8c2af7c2573902311995d2b74c0a7b79f.tar.bz2 spack-7e9caed8c2af7c2573902311995d2b74c0a7b79f.tar.xz spack-7e9caed8c2af7c2573902311995d2b74c0a7b79f.zip |
ci: fix codecov upload (#43382)
Diffstat (limited to '.github/workflows/windows_python.yml')
-rw-r--r-- | .github/workflows/windows_python.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/windows_python.yml b/.github/workflows/windows_python.yml index fce0df5ca1..3cbf82e03a 100644 --- a/.github/workflows/windows_python.yml +++ b/.github/workflows/windows_python.yml @@ -36,6 +36,7 @@ jobs: - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab with: flags: unittests,windows + token: ${{ secrets.CODECOV_TOKEN }} unit-tests-cmd: runs-on: windows-latest steps: @@ -60,6 +61,7 @@ jobs: - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab with: flags: unittests,windows + token: ${{ secrets.CODECOV_TOKEN }} build-abseil: runs-on: windows-latest steps: |