mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-28 17:23:09 -06:00
Use HTTPS auth for repo packages
This commit is contained in:
parent
f6b048fc65
commit
1c39427dd4
5
.github/workflows/wasm.yml
vendored
5
.github/workflows/wasm.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue