From 63431dc01a0871a403e1699657e681466939be7f Mon Sep 17 00:00:00 2001 From: Lee Sanghyun <59863112+dev-ant@users.noreply.github.com> Date: Thu, 10 Jul 2025 00:33:40 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Push-CI=20Workflows=20=ED=86=A0=ED=81=B0?= =?UTF-8?q?=20=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push-ci.yml b/.github/workflows/push-ci.yml index f914899d..6967f2f6 100644 --- a/.github/workflows/push-ci.yml +++ b/.github/workflows/push-ci.yml @@ -31,6 +31,7 @@ jobs: - name: Upload JaCoCo report to Codecov uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} files: build/reports/jacoco/test/jacocoTestReport.xml fail_ci_if_error: true flags: dev