From 4ea6b3f39958eb41b8fd1f6728b14d24cbf0d54c Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 20 Aug 2024 11:14:14 +0100 Subject: [PATCH] Use the codecov token. --- .github/workflows/ci-tests.yml | 1 + .github/workflows/ci-ui-tests.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index e71d7b99bf..5d67ac87d7 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -64,4 +64,5 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} flags: unittests diff --git a/.github/workflows/ci-ui-tests.yml b/.github/workflows/ci-ui-tests.yml index 322323739e..0faefffe9f 100644 --- a/.github/workflows/ci-ui-tests.yml +++ b/.github/workflows/ci-ui-tests.yml @@ -60,4 +60,4 @@ jobs: uses: codecov/codecov-action@v3 with: flags: uitests - \ No newline at end of file + token: ${{ secrets.CODECOV_TOKEN }}