Skip to content

Commit ad21571

Browse files
authored
disable SSH-key auth in favour of HTTPS clone
1 parent 14a51a9 commit ad21571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: clone-branch
1515
run: |
16-
git clone git@github.com:Defirence/javascript.git
16+
git clone https://github.com/Defirence/javascript.git
1717
pwd && ls -lash
1818
- name: eslint
1919
run: |

0 commit comments

Comments
 (0)