From bdd9228ba1bf49e92259fbdba035eadbf66e30ae Mon Sep 17 00:00:00 2001 From: Aidan Macdonald Date: Thu, 23 Sep 2021 17:09:20 +0100 Subject: [PATCH] Force resolving github https --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed1cfdda12b..a2d0ff695dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,10 @@ jobs: run: ./scripts/ci/couch-start - name: Create logs directory run: mkdir tests/logs + - name: Reconfigure git to use HTTP authentication + run: > + git config --global url."https://github.com/".insteadOf + ssh://git@github.com/ - name: npm CI run: npm ci - name: Grunt Install