From 1f21e3269fb8d90085d4a39080152a5c1eeed2bb Mon Sep 17 00:00:00 2001 From: Goder-0 Date: Wed, 14 Jan 2026 18:23:39 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=B6=88=ED=95=84=EC=9A=94=20ACTION=5F?= =?UTF-8?q?TOKEN=20=EC=A0=9C=EA=B1=B0=20(#173)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-cd.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/backend-cd.yml b/.github/workflows/backend-cd.yml index 0b3349c3..e8ceedae 100644 --- a/.github/workflows/backend-cd.yml +++ b/.github/workflows/backend-cd.yml @@ -15,9 +15,6 @@ jobs: steps: - name: ✨ Checkout repository uses: actions/checkout@v3 - with: - submodules: true - token: ${{ secrets.ACTION_TOKEN }} - name: ✨ JDK 17 설정 uses: actions/setup-java@v3