From 2b0f5327afe5d9459c37a47156b67a662ae52b26 Mon Sep 17 00:00:00 2001 From: JuseungL Date: Tue, 26 Nov 2024 12:02:20 +0900 Subject: [PATCH] first commit --- .github/workflows/deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d9a3546..3c61207 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,10 +23,11 @@ jobs: runs-on: ubuntu-latest steps: # Checkout the repository including submodules - - name: Checkout repository with submodules + - name: Checkout submodules uses: actions/checkout@v3 with: - submodules: true # Checkout submodules recursively + submodules: recursive + token: ${{ secrets.GIT_TOKEN_FOR_SUBMODULE }} # Set up JDK 21 for the Spring Boot project - name: Set up JDK 21