diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc7cdba..ec7a4be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Set up Git credentials + run: git config --global url."https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/" + - name: Setup Node.js 20 uses: actions/setup-node@v4 with: @@ -115,6 +118,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Set up Git credentials + run: git config --global url."https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/" + - name: Setup Node.js 20 uses: actions/setup-node@v4 with: