diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 3cc285b..4de67ad 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -149,6 +149,12 @@ jobs: uses: pnpm/action-setup@v3 with: version: 10 + - name: Checkout at-mintel (for linked dependencies) + uses: actions/checkout@v4 + with: + repository: mmintel/at-mintel + path: ../at-mintel + token: ${{ secrets.GITHUB_TOKEN }} - name: 🔐 Registry Auth run: | echo "@mintel:registry=https://${{ vars.REGISTRY_HOST || 'npm.infra.mintel.me' }}" > .npmrc