From 95ffec1d65d0c931e12b00549b8a555e51f4131c Mon Sep 17 00:00:00 2001 From: TaeyeonRoyce Date: Tue, 23 Jan 2024 19:15:49 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Secret=20key=20=EC=9D=B4=EB=A6=84=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/deploy-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 75022f60..46a72dd9 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 with: - token: ${{ secrets.SUBMODULE_SCOPED_TOKEN }} + token: ${{ secrets.SUBMODULE_TOKEN }} submodules: true - name: Setup JDK 17