Use HTTPS auth for repo packages

This commit is contained in:
J. Ryan Stinnett 2021-07-09 16:14:35 +01:00
parent f6b048fc65
commit 1c39427dd4

View file

@ -36,6 +36,11 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Reconfigure Git to use HTTPS auth for repo packages
run: >
git config --global url."https://github.com/".insteadOf
ssh://git@github.com/
- name: Install test dependencies
working-directory: ./test/wasm
run: npm ci