diff --git a/.github/workflows/backend-ci-cd.yml b/.github/workflows/backend-ci-cd.yml index 75cd869..7497d63 100644 --- a/.github/workflows/backend-ci-cd.yml +++ b/.github/workflows/backend-ci-cd.yml @@ -76,6 +76,8 @@ jobs: uses: actions/checkout@v4 with: lfs: true + submodules: true + token: ${{ secrets.PRO_TOKEN }} - name: Cache Git LFS uses: actions/cache@v4