diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bccddd1..eb2a6d6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -85,6 +85,9 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + submodules: true + token: ${{ secrets.API_TOKEN_GITHUB }} - name: Docker meta id: meta