diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd2dadc..6ac5f70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,8 @@ jobs: uses: actions/checkout@v4 with: submodules: true # Recursively clone submodules + token: ${{ secrets.PAT }} fetch-depth: 0 # Fetch full history to avoid issues with shallow clones - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Pull the latest version of base images and rebuild without cache - name: Build and deploy