From a9294cfc7779e4bd1892f793db73957eec22e52a Mon Sep 17 00:00:00 2001 From: Binsreoun <69248377+Binsreoun@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:34:47 +0900 Subject: [PATCH] =?UTF-8?q?[#10]=20fix=20:=20ci.yml=20permissions=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10d96559..da7be3fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,7 @@ on: pull_request: branches: [ "main" ] -permissions: - contents: read +permissions: write-all jobs: test: @@ -43,7 +42,7 @@ jobs: - name: Test with Gradle run: ./gradlew --info test - - name: Publish Unit Test Results + - name: Publish unit test results uses: EnricoMi/publish-unit-test-result-action@v2 if: ${{ always() }} # 테스트가 실패하여도 Report를 보기 위해 `always`로 설정 with: