From 883ccd4ab484014781fb5a6f85fe9ae0c64d1e93 Mon Sep 17 00:00:00 2001 From: mirageoasis Date: Wed, 14 Aug 2024 12:53:45 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20workflow=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/style.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index cfe147e3..be97954c 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -12,6 +12,7 @@ jobs: with: fetch-depth: 1 submodules: true # 서브모듈도 함께 체크아웃 + github-token: ${{secrets.PRIVATE_TOKEN}} - name: Set up JDK 17 uses: actions/setup-java@v3