From bde1d5c8b852e07501894f8e9802760fececd431 Mon Sep 17 00:00:00 2001 From: stophwan Date: Thu, 27 Jun 2024 16:27:24 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20pr-test=20codecov=20token=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index af4eeb22..37b7ab29 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -39,4 +39,6 @@ jobs: # report 업로드하기 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}