From d5044c2f1e105dc75bc02ba03b35152f181c765b Mon Sep 17 00:00:00 2001 From: dadachann <185672915+dadachann@users.noreply.github.com> Date: Thu, 30 Jul 2026 14:08:58 +0000 Subject: [PATCH] fix(ci): authenticate cloud adapter checkout --- .github/workflows/deploy-prod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index a23a9f239..4d39df099 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -43,6 +43,7 @@ jobs: with: repository: langbot-app/langbot-space ref: ${{ env.SPACE_REF }} + token: ${{ secrets.CLA_PAT }} path: .space - name: Build exact Cloud Core image uses: docker/build-push-action@v6