diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2811d90..a393c9d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,6 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: Configure Git to use HTTPS + run: | + git config --global url."https://github.com/".insteadOf ssh://git@github.com/ + git config --global url."https://github.com/".insteadOf git@github.com: - uses: actions/setup-node@v3 with: node-version: "21"