diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50a54899ec..5a1e88c125 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,11 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Reconfigure git to use HTTP authentication + run: > + git config --global url."https://github.com/".insteadOf + ssh://git@github.com/ + - uses: actions/cache@v2 with: path: ~/.npm