Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit be56999

Browse files
committed
Revert to HTTP auth for yarn installation
1 parent 31591b6 commit be56999

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main_next-devex-blocks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
with:
2121
node-version: "16.x"
2222

23+
- name: Reconfigure git to use HTTP authentication
24+
run: >
25+
git config --global url."https://github.com/".insteadOf
26+
ssh://git@github.com/
27+
2328
- name: yarn install & build
2429
run: |
2530
yarn

0 commit comments

Comments
 (0)