There was an error while loading. Please reload this page.
1 parent 6e4aa08 commit 9ce3d8fCopy full SHA for 9ce3d8f
1 file changed
.github/workflows/tests.yml
@@ -27,6 +27,14 @@ jobs:
27
steps:
28
- name: Checkout
29
uses: actions/checkout@v2
30
+ with:
31
+ persist-credentials: false
32
+
33
+ # https://github.com/actions/setup-node/issues/214#issuecomment-810829250
34
+ - name: Reconfigure git to use HTTP authentication
35
+ run: >
36
+ git config --global url."https://github.com/".insteadOf
37
+ ssh://git@github.com/
38
39
- name: Setup
40
uses: actions/setup-node@v2.5.1
0 commit comments