From d6078767e3a223e09e8bb1758f1adf75e1e1d828 Mon Sep 17 00:00:00 2001 From: Benny Chew Date: Thu, 4 Apr 2024 10:49:20 +1100 Subject: [PATCH] ci: add codecov token for uploading --- .github/workflows/coverage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5e42d82b2..e8884296b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -29,6 +29,8 @@ jobs: npm run coverage - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: file: ./coverage/coverage-final.json - name: Notify Slack channel