diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 493c0ea..5173a06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,9 @@ jobs: - uses: actions/checkout@v4 - name: Configure git for private dependencies - run: git config --global url."https://x-access-token:${{ secrets.GH_PAT }}@github.com/".insteadOf "github:" + run: | + git config --global url."https://x-access-token:${{ secrets.GH_PAT }}@github.com/".insteadOf "git@github.com:" + git config --global url."https://x-access-token:${{ secrets.GH_PAT }}@github.com/".insteadOf "github:" - uses: pnpm/action-setup@v4