From 7c6b6200e31bcb5fbceed472c22c2f3e073852d8 Mon Sep 17 00:00:00 2001 From: Le Tan Khang Date: Mon, 22 Apr 2024 21:41:46 -0700 Subject: [PATCH] add codecov token --- .github/workflows/cicd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 39e2673..f5e4eb8 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -24,6 +24,8 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Predeploy application if: github.ref != 'refs/heads/master'